Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/the10thwiz/cryptopals


https://github.com/the10thwiz/cryptopals

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# Cryptopal soutions

This is my repository of solutions to the Cryptopals challenge set.
See [https://cryptopals.com/](https://cryptopals.com/) for more
information.

## Structure

- All code is contained in the src directory
- data_\* are arbitrary data files for reading
- src/main.rs has each solution, src/lib.rs contains all the custom
libraries used by the code.