lazyxchacha 0.1.1

Lazy XChaCha20-Poly1305 in Rust base on RustCrypto: ChaCha20Poly1305.
Documentation
1
2
3
4
5
extern crate core;

pub mod lazyxchacha;
pub mod keypair;
mod hex;