Return length in bytes of signature for the given DSA algorithm.
Namespace: CryptoSysPQCAssembly: diCrSysPQCNet (in diCrSysPQCNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static int SignatureSize(
DsaAlg alg
)
Public Shared Function SignatureSize (
alg As DsaAlg
) As Integer
Parameters
- alg DsaAlg
- DSA signature algorithm
Return Value
Int32Length of signature in bytes
See Also