vpgp 0.1.0

OpenPGP implementation in Rust by VGISC Labs
Documentation
1
2
3
4
5
mod public;
mod secret;

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