Trait ml_dsa::param::EncodingSize
source · pub trait EncodingSize: ArraySize {
type EncodedPolynomialSize: ArraySize;
type ValueStep: ArraySize;
type ByteStep: ArraySize;
}
Expand description
An integer that can be used as a length for encoded values.
Required Associated Types§
type EncodedPolynomialSize: ArraySize
type ValueStep: ArraySize
type ByteStep: ArraySize
Object Safety§
This trait is not object safe.