pub type GrumpkinScalar = Fq;Expand description
Type alias for Grumpkin curve scalars.
Grumpkin scalars live in the BN254 base field (Fq), not the scalar field (Fr).
This matches the TS codebase where GrumpkinScalar = Fq.
Aliased Type§
pub struct GrumpkinScalar(pub Fp<MontBackend<FqConfig, 4>, 4>);Tuple Fields§
§0: Fp<MontBackend<FqConfig, 4>, 4>