enigma-rs
An absurdly fast and highly flexible Enigma machine simulation, encryption, and decryption library for Rust.
Usage
Example Usage:
use ;
Performance
This crate uses a number of optimization techniques for max performance, including:
- Memoization of certain functions that are called whenever an Enigma machine is created
- Maximum runtime release profile applied by cargo-wizard
- String storage as
&[u8]for rapid indexing