pub type CircomG1 = Vec<Bn254FqElement>;
Expand description

A G1 point in BN254 serialized as a vector of three strings which is the canonical decimal representation of the projective coordinates in Fq.

Aliased Type§

struct CircomG1 { /* private fields */ }