Crate pgp

Source
Expand description

§rPGP

rPGP is an OpenPGP implementation.

Usage examples are available under the respective modules: Key generation, signing and verifying with external hashing, packet based signing and verifying.

Re-exports§

pub use self::packet::Signature;
pub use self::composed::key::*;
pub use self::composed::*;

Modules§

armor
Armor module
base64_decoder
base64 decoder module
base64_reader
base64 reader module
composed
crypto
Cryptography module
errors
line_writer
Line writer module
normalize_lines
Line ending normalization module
packet
Packet module
ser
Serialize trait module
types
util
Utilities

Macros§

bail
ensure
ensure_eq
err_opt
format_err
impl_try_from_into
unimplemented_err
unsupported_err

Constants§

MAX_BUFFER_SIZE
Default maximum size that gets buffered.
VERSION
The version of this crate.