Type Alias SnarkGlobalSlot

Source
pub type SnarkGlobalSlot = CheckedSlot<Fp>;

Aliased Type§

pub struct SnarkGlobalSlot(Fp256<FpParameters>);

Tuple Fields§

§0: Fp256<FpParameters>

Trait Implementations§

Source§

impl GlobalSlotSinceGenesisInterface for SnarkGlobalSlot

Source§

type W = Witness<Fp256<FpParameters>>

Source§

type Bool = CircuitVar<Boolean>

Source§

fn equal(&self, other: &Self, w: &mut Self::W) -> Self::Bool

Source§

fn exists_no_check(self, w: &mut Self::W) -> Self