1
2
3
4
5
6
//! Authenticated encryption
//!
//! [Official documentation](https://monocypher.org/manual/aead)

pub mod lock;
pub mod unlock;