You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is meant to keep track of ways the efficiencies of the curve libraries can be sped up.
For Altbn128 (and perhaps BLS12-381, I haven't investigated it for this), lattices of endomorphisms can be used to speed up point scalar multiplication on G1 and G2, as specified in https://link.springer.com/chapter/10.1007%2F3-540-44647-8_11
For both of these, the product of pairings as specified in https://eprint.iacr.org/2006/172.pdf can be implemented to speed up most applications.
The text was updated successfully, but these errors were encountered:
This issue is meant to keep track of ways the efficiencies of the curve libraries can be sped up.
For Altbn128 (and perhaps BLS12-381, I haven't investigated it for this), lattices of endomorphisms can be used to speed up point scalar multiplication on G1 and G2, as specified in https://link.springer.com/chapter/10.1007%2F3-540-44647-8_11
For both of these, the product of pairings as specified in https://eprint.iacr.org/2006/172.pdf can be implemented to speed up most applications.
The text was updated successfully, but these errors were encountered: