Boojum Gadgets
Circuits types
pub struct Num<F: SmallField> {
pub(crate) variable: Variable,
pub(crate) _marker: std::marker::PhantomData<F>,
}pub struct Boolean<F: SmallField> {
pub(crate) variable: Variable,
pub(crate) _marker: std::marker::PhantomData<F>,
}pub struct UInt8<F: SmallField> {
pub(crate) variable: Variable,
pub(crate) _marker: std::marker::PhantomData<F>,
}Hash function
Queues
Last updated