pgp 0.19.0

OpenPGP implementation in Rust
Documentation
1
2
3
4
5
6
7
mod public;
mod secret;

pub use self::{
    public::{PubKeyInner, PublicKey, PublicSubkey},
    secret::{SecretKey, SecretSubkey},
};