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

https://github.com/federicoponzi/cryptopals

My solutions to cryptopals challanges
https://github.com/federicoponzi/cryptopals

Last synced: over 1 year ago
JSON representation

My solutions to cryptopals challanges

Awesome Lists containing this project

README

          

# Cryptopals
This repo contains my solutions to [cryptopals challenge](https://cryptopals.com/).
Rather than relying on pre-existing crypto algorithms, I chose to implement them myself in the crypto crate.