Get the algorithm name from its code
Namespace: CryptoSysPQCAssembly: diCrSysPQCNet (in diCrSysPQCNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string AlgName(
DsaAlg alg
)
Public Shared Function AlgName (
alg As DsaAlg
) As String
Parameters
- alg DsaAlg
- DSA signature algorithm
Return Value
StringAlgorithm name
See Also