/cryptopals-cryptography-cracks

Rust implementation of cracks of cryptopals challenges

Primary LanguageRust

Cryptopals crypto challenges

Cracks/solutions to challenges on Cryptopals, implemented in Rust language.

Test challenges by running (in root dir):

cargo test

Test a specific challenge:

cargo test test_c<x>

where x is challenge number.

Documented explanations of challenges series on DEV