Type Alias snarkvm_algorithms::r1cs::Fr

source ·
pub type Fr = Fr;
Expand description

This field is the scalar field (Fr) of BLS12-377.

Aliased Type§

struct Fr(pub BigInteger256, _);

Fields§

§0: BigInteger256