Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

Module rsa

Module rsa 

Source

Re-exports§

pub use rand;

Modules§

pkcs1v15
PKCS#1 v1.5 support as described in RFC8017 § 8.2.

Structs§

BigUint
A big unsigned integer type.
Oaep
Encryption and Decryption using OAEP padding.

Constants§

MIN_BITS

Functions§

new_key
oaep_sha256_decrypt
oaep_sha256_encrypt

Type Aliases§

RS256Digest
RS256PrivateKey
RS256PublicKey
RS256Signature
RS256SigningKey
RS256VerifyingKey
Sha256
SHA-256 hasher.