Skip to main content

MLDSA65

Constant MLDSA65 

Source
pub const MLDSA65: &str = "ML-DSA-65";
Expand description

Verify an ECDSA-P256 signature (NIST P-256 over SHA-256). The public key is encoded as SEC1 (compressed 33 bytes or uncompressed 65 bytes). The signature is DER-encoded per RFC 5480.

Use as the per-component verifier callback in CompositeSignature::verify when the composite contains an ECDSA-P256 component. The ML-DSA-65 algorithm identifier (FIPS 204, category 3).