Module ring::rsa[][src]

Low-level RSA primitives.

Structs

OaepEncoding

RSA OAEP encoding parameters.

RsaKeyPair

An RSA key pair.

RsaKeyPairComponents

RSA key pair components.

RsaParameters

Parameters for RSA verification.

RsaPublicKey

An RSA Public Key.

RsaPublicKeyComponents

RSA public key components

Statics

RSA_OAEP_2048_8192_SHA1_FOR_LEGACY_USE_ONLY

RSA OAEP using SHA-1.

RSA_OAEP_2048_8192_SHA256

RSA OAEP using SHA-256.

Traits

Bounds

The bounds that determine whether an RSA key is acceptable.