Type Alias SnarkGlobalSlot

Source
pub type SnarkGlobalSlot = CheckedSlot<Fp>;

Aliased Type§

pub struct SnarkGlobalSlot(Fp<MontBackend<FqConfig, 4>, 4>);

Tuple Fields§

§0: Fp<MontBackend<FqConfig, 4>, 4>

Trait Implementations§

Source§

impl GlobalSlotSinceGenesisInterface for SnarkGlobalSlot

Source§

type W = Witness<Fp<MontBackend<FqConfig, 4>, 4>>

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