wecanencrypt 0.3.0

Simple Rust OpenPGP library for encryption, signing, and key management (includes rpgp).
Documentation
1
2
3
4
5
6
7
mod public;
mod secret;

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