mirror of
https://github.com/Nissyaniss/VigenereAndKasiski
synced 2026-05-21 06:44:28 +02:00
No description
- Rust 100%
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
| testLong.txt | ||
| testTD.txt | ||
How to run
To run this you copy this repo and run the following commands:
cd VigenereAndKasiski
cargo run --release
or if you want the binary
cd VigenereAndKasiski
cargo build --release
Prerequisite
rustc 1.81.0 (at least didn't test with other versions)