Module oaep

Module oaep 

Source
Expand description

Encryption and Decryption using OAEP padding.

§Usage

See code example in the toplevel rustdoc.

Structs§

DecryptingKey
Decryption key for PKCS#1 v1.5 decryption as described in RFC8017 § 7.1.
EncryptingKey
Encryption key for PKCS#1 v1.5 encryption as described in RFC8017 § 7.1.
Oaep
Encryption and Decryption using OAEP padding.