Click or drag to resize

DsaPrivateKeySize Method

Return length in bytes of (expanded) private key 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 PrivateKeySize(
	DsaAlg alg
)

Parameters

alg  DsaAlg
DSA signature algorithm

Return Value

Int32
Length of key in bytes
See Also