jolokia 0.2.0

Strong encryption, made simple.
Documentation
1
2
3
4
pub mod cipher;

pub use cipher::chacha::Chacha20Poly1305;
pub use cipher::traits::*;