daence 0.0.0

An implementation of the Daence authenticated encryption with associated data strategy
Documentation
1
2
3
4
5
#![warn(clippy::pedantic, clippy::nursery)]
/// Welcome.
/// You probably want `ChaChaDaence` below.
mod chacha;
pub use chacha::ChaChaDaence;