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

https://github.com/nsmith5/cryptopals

My solutions to https://cryptopals.com
https://github.com/nsmith5/cryptopals

crypto

Last synced: over 1 year ago
JSON representation

My solutions to https://cryptopals.com

Awesome Lists containing this project

README

          

# CryptoPals

These are my answers to the [cryptopals](https://cryptopals.com/) challenges.
Answers are organized into Jupyter notebooks with one notebook per set. Each
notebook works through challenges one by one with my reasoning and rationale