pub(super) fn mldsa_seed(cose_key: &CoseKey) -> Result<B32, EncodingError>Expand description
Helper function to parse an ML-DSA signing key from a CoseKey. The Priv parameter
contains the 32-byte seed, from which the full key pair is deterministically derived.