[][src]Module sequoia_openpgp::crypto

Cryptographic primitives.

Modules

hash

Functionality to hash packets, and generate hashes.

mem

Memory protection and encryption.

mpis

Multi Precision Integers.

sexp

S-Expressions for communicating cryptographic primitives.

Structs

KeyPair

A cryptographic key pair.

Keygrip

A proprietary, protocol agnostic identifier for public keys.

Password

Holds a password.

SessionKey

Holds a session key.

Enums

S2K

String-to-Key (S2K) specifiers.

Traits

Decryptor

Decrypts a message.

Signer

Creates a signature.

Functions

hash_reader

Hashes the given reader.

random

Fills the given buffer with random data.