Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 925 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 925 Bytes

Introduction

Solutions to the Cryptopals challenges, sets 1 through 6, in Rust. These solutions were written with the explicit purpose of learning Rust, so don't expect the most beautiful or performant code.

Usage

If you are adventurous, you can compile & test the solutions using the cargo test command. This command may take a reasonably long time (~10 minutes).

Solutions

Disclaimer

Some other code includes pure Rust implementations of MD-4, the Mersenne Twister, SHA-1, and SHA-256. Obviously, this code should never be used in real-world applications, but it at least looks like it produces the correct values.