Click or drag to resize

KemAlg Enumeration

Key-Encapsulation Mechanism (KEM) algorithm.

Namespace: CryptoSysPQC
Assembly: diCrSysPQCNet (in diCrSysPQCNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum Alg
Members
Member nameDescription
ML_KEM_512 ML_KEM_512 from FIPS.203 (based on Kyber512)
ML_KEM_768 ML_KEM_768 from FIPS.203 (based on Kyber768)
ML_KEM_1024 ML_KEM_1024 from FIPS.203 (based on Kyber1024)
See Also