Get the algorithm name from its Alg code
Namespace: CryptoSysPQCAssembly: diCrSysPQCNet (in diCrSysPQCNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string AlgName(
KemAlg alg
)
Public Shared Function AlgName (
alg As KemAlg
) As String
Parameters
- alg KemAlg
- KEM algorithm
Return Value
StringAlgorithm name
ExampleConsole.WriteLine("alg=[{0}]", Kem.AlgName(Kem.Alg.ML_KEM_512));
See Also