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§

Required Associated Constants§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl CbdSamplingSize for U2

source§

impl CbdSamplingSize for U3

Implementors§