Re: What’s the pari/gp function for the Miller’s algorithm ?
Bill Allombert <[email protected]> Sun, 15 Mar 2026 14:07:53 +0100
| Newsgroups | gmane.comp.mathematics.pari.user |
|---|---|
| Message-ID | <abavKfCjMcOCpmpK@seventeen> |
On Sun, Mar 15, 2026 at 01:49:37PM +0100, Laël Cellier wrote: > Bonjour, > in Sagemath, it s being exposed as _miller_() but what the Pari/gp > equivalent ? This would be for implementing the attachment below where the > Miller output is completely bilinear directly without divisions or final > exponentiation. You can simply use elltatepairing since it does not do the final exponentiation. Cheers, Bill.