Variable MLKEM_KEY_SIZESConst
MLKEM_KEY_SIZES: {
"512": {
privateKey: 1632;
publicKey: 800;
ciphertext: 768;
sharedSecret: 32;
};
"768": {
privateKey: 2400;
publicKey: 1184;
ciphertext: 1088;
sharedSecret: 32;
};
"1024": {
privateKey: 3168;
publicKey: 1568;
ciphertext: 1568;
sharedSecret: 32;
};
} = ...
Type Declaration
Readonly512: { privateKey: 1632; publicKey: 800; ciphertext: 768; sharedSecret: 32 }
Readonly768: { privateKey: 2400; publicKey: 1184; ciphertext: 1088; sharedSecret: 32 }
Readonly1024: { privateKey: 3168; publicKey: 1568; ciphertext: 1568; sharedSecret: 32 }
Key sizes for each ML-KEM security level.