wecanencrypt 0.1.0

Simple Rust OpenPGP library for encryption, signing, and key management (includes rpgp).
Documentation
1
2
3
4
5
6
7
mod config;
mod de;
mod ser;
pub(crate) mod subpacket;
pub(crate) mod types;

pub use self::{config::*, types::*};