clearmatics / libff

C++ library for Finite Fields and Elliptic Curves (forked from scipr-lab/libff)

Home Page:https://clearmatics.github.io/libff/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coordinate types for G1 and G2 groups.

dtebbs opened this issue · comments

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.