Crate pgp[][src]

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::composed::key::*;
pub use self::composed::*;

Modules

Armor module

base64 decoder module

base64 reader module

Cryptography module

Deserialize trait

Line reader module

Line writer module

Line ending normalization module

Packet module

Serialize trait module

Utilities

Macros

This macro generates the parsers matching to the two different types of keys, public and secret.

Structs

Signature Packet https://tools.ietf.org/html/rfc4880.html#section-5.2