raycrypt 0.3.1

Encrypt at the speed of light
Documentation
1
2
3
4
5
6
pub mod aegis256;
mod chachapoly1305;
mod xchachapoly1305;

pub use chachapoly1305::ChaCha20Poly1305;
pub use xchachapoly1305::XChaCha20Poly1305;