Expand description
An absurdly fast and highly flexible Enigma machine simulation, encryption, and decryption library.
Structs§
- Enigma
Machine - An enigma machine with applied settings that can encrypt or decrypt text.
- Unchecked
Enigma Machine
Traits§
- Enigma
Builder - A trait applied to
anyhow::Result<EnigmaMachine>
that allows building an enigma machine and passing along errors if they occur. - Unchecked
Enigma Builder
Type Aliases§
- Enigma
Result - The result type returned from enigma functions.