1
2
3
4
5
6
7
8
//! Arsenal of Encosure Schemes (AES)
//!
//! This is a collection of encosure schemes (ESs; they're basicly clever cyphers)
//!
//! Here is the original repo with all the docs: <https://github.com/TadaHrd/arsenal-of-encosure-schemes-AES>

pub mod anyway;
pub mod to_bytes;