sett 0.4.0

Rust port of sett (data compression, encryption and transfer tool).
Documentation
1
2
3
4
5
6
7
8
//! OpenPGP basic types, utilities, and stores.

pub mod cert;
pub mod certstore;
pub mod crypto;
pub mod error;
pub mod keyserver;
pub mod keystore;