Trait ml_dsa::param::CbdSamplingSize
source · pub trait CbdSamplingSize: ArraySize {
type SampleSize: EncodingSize;
type OnesSize: ArraySize;
const ONES: Array<FieldElement, Self::OnesSize>;
}
Expand description
An integer that describes a bit length to be used in CBD sampling
Required Associated Types§
type SampleSize: EncodingSize
type OnesSize: ArraySize
Required Associated Constants§
const ONES: Array<FieldElement, Self::OnesSize>
Object Safety§
This trait is not object safe.