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
A barrier to writing code which is generic over all curve groups (both G1 and G2 groups) is the lack of a typedef for the coordinates (namely Fq for G1 and Fqe or G2). Adding these types would enable us to remove the unintuitive decltypes in most cases.
The text was updated successfully, but these errors were encountered:
A barrier to writing code which is generic over all curve groups (both G1 and G2 groups) is the lack of a typedef for the coordinates (namely
Fq
forG1
andFqe
orG2
). Adding these types would enable us to remove the unintuitivedecltype
s in most cases.The text was updated successfully, but these errors were encountered: