An open API service indexing awesome lists of open source software.

https://github.com/sapessi/cryptopals

Cryptopals.com challenges in Rust (while learning Rust)
https://github.com/sapessi/cryptopals

cryptopals rust rust-lang

Last synced: 9 months ago
JSON representation

Cryptopals.com challenges in Rust (while learning Rust)

Awesome Lists containing this project

README

          

# Cryptopals in Rust

Challenges from [CryptoPals](https://cryptopals.com) in Rust. I'm slowly going through all the exercises and learning [Rust](https://www.rust-lang.org/) at the same time. I'll publish code here as I go along and clean it up. My objective is to complete all the challenges without relying on external crates.

```bash
$ git clone https://github.com/SAPessi/cryptopals.git
$ cd cryptopals
$ cargo run

# you can also run the challenges as tests with
$ cargo test
```