fotcorn / rust_crypto_challenges

The Matasano Crypto Challenges solved in Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

These are solutions for the first set of the Matasano Crypto Challenges written in Rust.

You need a current nightly build (not older than 2014-04-03) or the 1.0.0 beta of Rust.

The code in this project is by no means idiomatic Rust, so pull requests for enhancing it are very welcome!

License: MIT/Apache

Run it:

cargo run --bin set1_challenge1
cargo run --bin set1_challenge2
cargo run --bin set1_challenge3
cargo run --bin set1_challenge4
cargo run --bin set1_challenge5
cargo run --bin set1_challenge6
cargo run --bin set1_challenge7
cargo run --bin set1_challenge8

About

The Matasano Crypto Challenges solved in Rust.

License:Apache License 2.0


Languages

Language:Rust 100.0%