pub fn sign_ml_dsa(
_key: &HsmKeyPair,
_message: &[u8],
level: MlDsaLevel,
pqc_mechanisms: &PqcMechanismIds,
) -> HsmResult<Vec<u8>>Expand description
Sign with ML-DSA (FIPS 204).
ML-DSA signing internally hashes the message before signing. The HSM performs both hashing and signing.