Trait sp1_core::operations::field::params::NumLimbs

source ·
pub trait NumLimbs: Clone + Debug {
    type Limbs: ArrayLength + Debug;
    type Witness: ArrayLength + Debug;
}
Expand description

Trait that holds the typenum values for # of limbs and # of witness limbs.

Required Associated Types§

Object Safety§

This trait is not object safe.

Implementors§