No description
Find a file
2024-10-05 16:51:25 +02:00
src fixed time string 2024-10-05 14:18:24 +02:00
.gitignore init with all of the code, that's init alright 2024-10-04 20:04:45 +02:00
Cargo.lock change name of app and deleted not used crate 2024-10-05 16:51:25 +02:00
Cargo.toml change name of app and deleted not used crate 2024-10-05 16:51:25 +02:00
README.md change name of app and deleted not used crate 2024-10-05 16:51:25 +02:00
testLong.txt init with all of the code, that's init alright 2024-10-04 20:04:45 +02:00
testTD.txt init with all of the code, that's init alright 2024-10-04 20:04:45 +02:00

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)