Skip to main content

MLKEM512

Type Alias MLKEM512 

Source
pub type MLKEM512 = MLKEM<MLKEM512_PK_LEN, MLKEM512_SK_LEN, MLKEM512_FULL_SK_LEN, MLKEM512_CT_LEN, MLKEM_SS_LEN, MLKEM512PublicKey, MLKEM512PrivateKey, MLKEM512_k, MLKEM512_ETA1, MLKEM512_DU, MLKEM512_DV, MLKEM512_LAMBDA, MLKEM512_T_PACKED_LEN>;
Expand description

The ML-KEM-512 algorithm.

Aliased Type§

pub struct MLKEM512 { /* private fields */ }

Trait Implementations§

Source§

impl Algorithm for MLKEM512

Source§

const ALG_NAME: &'static str = ML_KEM_512_NAME

String name for the algorithm, used consistently across the library.
Source§

const MAX_SECURITY_STRENGTH: SecurityStrength = SecurityStrength::_128bit

Maximum security strength supported by the algorithm. In other words, this algorithm can produce outputs up to this security strength, but may produce outputs with lower security strength, for example, if asked to truncate.
Source§

impl AlgorithmOID for MLKEM512

Assigned by NIST in the Computer Security Objects Register: id-alg-ml-kem-512 { kems 1 }

Source§

const OID: &'static [u32]

The OID in component form – each u32 is one OID component.
Source§

const OID_DER: &'static [u8]

The OID in its DER-encoded form.