Click or drag to resize

DsaSignatureSize Method

Return length in bytes of signature for the given DSA algorithm.

Namespace: CryptoSysPQC
Assembly: diCrSysPQCNet (in diCrSysPQCNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static int SignatureSize(
	DsaAlg alg
)

Parameters

alg  DsaAlg
DSA signature algorithm

Return Value

Int32
Length of signature in bytes
See Also