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

https://github.com/alxiong/cryptopal

Cryptopal solution in Rust (https://cryptopals.com/)
https://github.com/alxiong/cryptopal

cryptopals rust

Last synced: about 1 year ago
JSON representation

Cryptopal solution in Rust (https://cryptopals.com/)

Awesome Lists containing this project

README

          

# Cryptopals Solution in Rust

🔨 WORK IN PROGRESS

🤔 View the cryptopal challenge [here](https://cryptopals.com/).

💡 To see certain solution, run the following in this project root:

```
# replace 1 with any number
cargo run --bin chal1
```

❓ If you have a better solution, or wants clarification/comment of my code, I'd
be grateful if you open an issue