Crate enigma_cipher

Source
Expand description

An absurdly fast and highly flexible Enigma machine simulation, encryption, and decryption library.

Structs§

EnigmaMachine

Traits§

EnigmaBuilder
A trait applied to anyhow::Result<EnigmaMachine> that allows building an enigma machine and passing along errors if they occur.

Type Aliases§

EnigmaResult