[−][src]Module sequoia_ffi::openpgp::crypto
Cryptographic primitives.
Wraps sequoia-openpgp::crypto
.
Structs
Password | Holds a password. |
SessionKey | Holds a session key. |
Functions
pgp_key_pair_as_signer | Creates a signer from a key pair. |
pgp_key_pair_free | Frees a key pair. |
pgp_key_pair_new | Creates a new key pair. |
pgp_password_clone | Clones this object. |
pgp_password_debug | Returns a human readable description of this object |
pgp_password_equal | Compares objects. |
pgp_password_free | Frees this object. |
pgp_password_from_bytes | Creates a new password from a buffer. |
pgp_session_key_clone | Clones this object. |
pgp_session_key_debug | Returns a human readable description of this object |
pgp_session_key_equal | Compares objects. |
pgp_session_key_free | Frees this object. |
pgp_session_key_from_bytes | Creates a new session key from a buffer. |
pgp_session_key_new | Creates a new session key. |
pgp_signer_free | Frees a signer. |