A rust implementation of the cryptopals challenges.
- install rustup
cargo build
orcargo build --release
(building release is slow, but runs much faster)./target/debug/cryptopals [OPTIONS]
or./target/release/cryptopals [OPTIONS]
- make sure you run this from the root of this repo, as it requires the
data
folder.
cryptopals 1.0
Nicholas Dujay <[email protected]>
Runs Matasano's cryptopals challenges
USAGE:
cryptopals [OPTIONS]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-c, --challenge <challenge> Configures which challenge to run.