Module rsa

Source
Expand description

The RSA public-key cryptosystem.

Structs§

B2048
2048 bits.
B3072
3072 bits.
B4096
4096 bits.
B6144
6144 bits.
B8192
8192 bits.
RsaPkcs1v15
The RSA-PKCS1v1.5 signature scheme.
RsaPrivKey
A B-bit RSA private key.
RsaPss
The RSA-PSS signature scheme.
RsaPubKey
A B-bit RSA public key.
RsaSignature
An RSA signature.

Enums§

RsaPrivKeyAnyBits
An RSA private key whose bit length is unknown at compile time.
RsaPubKeyAnyBits
An RSA public key whose bit length is unknown at compile time.

Traits§

RsaKeyBits
The bit length of an RSA key.
RsaSignatureScheme
An RSA signature scheme.