pub type CircomG2 = Vec<Vec<Bn254FqElement>>;
Expand description

A G2 point in BN254 serialized as a vector of three vectors each being a vector of two strings which are the canonical decimal representation of the coefficients of the projective coordinates in Fq2.

Aliased Type§

struct CircomG2 { /* private fields */ }