Variable ML_KEM_512_INFOConst
ML_KEM_512_INFO: {
name: "ML-KEM-512";
identifier: "ML-KEM-512";
type: "kem";
securityLevel: 1;
standardized: true;
description: "NIST FIPS 203 ML-KEM-512 (128-bit quantum security)";
keySize: {
publicKey: 800;
secretKey: 1632;
ciphertext: 768;
sharedSecret: 32;
};
} = ...
Type Declaration
Readonly
name: "ML-KEM-512"
Readonly
identifier: "ML-KEM-512"
Readonly
type: "kem"
Readonly
securityLevel: 1
Readonly
standardized: true
Readonly
description: "NIST FIPS 203 ML-KEM-512 (128-bit quantum security)"
Readonly
keySize: { publicKey: 800; secretKey: 1632; ciphertext: 768; sharedSecret: 32 }
ML-KEM-512 algorithm constants and metadata