Module rsa

Module rsa 

Source
Expand description

Constants for RSA algorithm

Constantsยง

RSA_2048_BYTE_LENGTH
Byte length for RSA-2048 key
RSA_3072_BYTE_LENGTH
Byte length for RSA-3072 key
RSA_4096_BYTE_LENGTH
Byte length for RSA-4096 key
RSA_MODULUS_2048
RSA with 2048-bit modulus
RSA_MODULUS_3072
RSA with 3072-bit modulus
RSA_MODULUS_4096
RSA with 4096-bit modulus
RSA_PUBLIC_EXPONENT
Common RSA public exponent (65537)