Module dsa

Module dsa 

Source
Expand description

Constants for Digital Signature Algorithm (DSA)

Constantsยง

DSA_256_Q_BYTE_LENGTH
Byte length for DSA 256-bit subgroup order
DSA_2048_256
DSA with 2048-bit modulus and 256-bit subgroup
DSA_2048_P_BYTE_LENGTH
Byte length for DSA 2048-bit modulus
DSA_3072_256
DSA with 3072-bit modulus and 256-bit subgroup
DSA_3072_P_BYTE_LENGTH
Byte length for DSA 3072-bit modulus
DSA_SIGNATURE_SIZE
Size of DSA signatures in bytes (r and s concatenated)