Type Alias SnarkIndex

Source
pub type SnarkIndex = CheckedIndex<Fp>;

Aliased Type§

pub struct SnarkIndex(Fp256<FpParameters>);

Tuple Fields§

§0: Fp256<FpParameters>

Trait Implementations§

Source§

impl IndexInterface for SnarkIndex

Source§

fn zero() -> Self

Source§

fn succ(&self) -> Self