Write some semblance of a README

This commit is contained in:
Horseshoe Crab 2022-04-13 22:17:36 -07:00
parent bdb02a337b
commit e6f5696c73
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# Cryptopals challenges
This repo contains my progress on the [cryptopals challenges](https://www.cryptopals.com/), which are like the overthewire of cryptanalysis. They constitute a set of programming exercises where you implement cryptographic algorithms and break them.
I understand that I'm (for now) doing this in a deeply-flawed language (C) where there are better and more exciting alternatives, and that my code quality is probably mediocre _at best_. That's okay because this is for learning purposes.
- x1phosura