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

https://github.com/arihantbansal/cryptopals-rust


https://github.com/arihantbansal/cryptopals-rust

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Solutions to [Cryptopals](https://cryptopals.com/) challenges in Rust

## Dependencies

- Rustc nightly
- Cargo

## Challenges

### Set 1 - Basics

- [x] [Convert hex to base64](src/set1/chall1.rs)
- [x] [Fixed XOR](src/set1/chall2.rs)