Click or drag to resize

KemAlgName Method

Get the algorithm name from its Alg code

Namespace: CryptoSysPQC
Assembly: diCrSysPQCNet (in diCrSysPQCNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string AlgName(
	KemAlg alg
)

Parameters

alg  KemAlg
KEM algorithm

Return Value

String
Algorithm name
Example
C#
Console.WriteLine("alg=[{0}]", Kem.AlgName(Kem.Alg.ML_KEM_512));
// alg=[ML-KEM-512]
See Also