Trait ParameterSet

Source
pub trait ParameterSet:
    ForsParams
    + SigningKeyLen
    + VerifyingKeyLen
    + SignatureLen
    + PartialEq
    + Eq {
    const NAME: &'static str;
}
Expand description

Specific parameters for each of the 12 FIPS parameter sets

Required Associated Constants§

Source

const NAME: &'static str

Human-readable name for parameter set, matching the FIPS-205 designations

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.

Implementors§

Source§

impl ParameterSet for Sha2_128f

Source§

const NAME: &'static str = "SLH-DSA-SHA2-128f"

Source§

impl ParameterSet for Sha2_128s

Source§

const NAME: &'static str = "SLH-DSA-SHA2-128s"

Source§

impl ParameterSet for Sha2_192f

Source§

const NAME: &'static str = "SLH-DSA-SHA2-192f"

Source§

impl ParameterSet for Sha2_192s

Source§

const NAME: &'static str = "SLH-DSA-SHA2-192s"

Source§

impl ParameterSet for Sha2_256f

Source§

const NAME: &'static str = "SLH-DSA-SHA2-256f"

Source§

impl ParameterSet for Sha2_256s

Source§

const NAME: &'static str = "SLH-DSA-SHA2-256s"

Source§

impl ParameterSet for Shake128f

Source§

const NAME: &'static str = "SLH-DSA-SHAKE-128f"

Source§

impl ParameterSet for Shake128s

Source§

const NAME: &'static str = "SLH-DSA-SHAKE-128s"

Source§

impl ParameterSet for Shake192f

Source§

const NAME: &'static str = "SLH-DSA-SHAKE-192f"

Source§

impl ParameterSet for Shake192s

Source§

const NAME: &'static str = "SLH-DSA-SHAKE-192s"

Source§

impl ParameterSet for Shake256f

Source§

const NAME: &'static str = "SLH-DSA-SHAKE-256f"

Source§

impl ParameterSet for Shake256s

Source§

const NAME: &'static str = "SLH-DSA-SHAKE-256s"