//! 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: pub mod anyway; pub mod to_bytes;