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 Constants§
const ONES: Array<FieldElement, Self::OnesSize>
Required Associated Types§
type SampleSize: EncodingSize
type OnesSize: ArraySize
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.