mini-enigma 0.3.0

#[no-std] (and no alloc) zero dependency implementation of the M3 Enigma
Documentation
1
2
3
4
mod parser;
pub use parser::load_enigma_settings;
mod kat;
pub use kat::kat;