Skip to main content
This is unreleased documentation for the
main
(development) branch of
crypto-glue
.
Module rsa
crypto_
glue
0.1.14
Module rsa
Module Items
Re-exports
Modules
Structs
Constants
Functions
Type Aliases
In crate crypto_
glue
crypto_glue
Module
rsa
Copy item path
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
§
RS256
Digest
RS256
Private
Key
RS256
Public
Key
RS256
Signature
RS256
Signing
Key
RS256
Verifying
Key
Sha256
SHA-256 hasher.