Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 712 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 712 Bytes

cryptopals-rust

A rust implementation of the cryptopals challenges.

Building

  • install rustup
  • cargo build or cargo 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.

Running

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.