Git hosting
Clone
git clone https://depp.brause.cc/cryptopals.gitFiles
| Size | Path |
|---|---|
| 01/ | |
| 02/ | |
| 03/ | |
| 04/ | |
| 05/ | |
| 06/ | |
| 07/ | |
| 08/ | |
| 419 | README.md |
| 951 | TODO.md |
| 1210 | UNLICENSE |
| 1863 | md4.rb |
| 1054 | mt19937.rb |
| 23457 | notes.md |
| 1445 | sha1.rb |
| 8010 | util.el |
| 10452 | util.rb |
README.md
Cryptopals
Solutions to the cryptopals crypto challenges. You may want to look at the notes. Some files produce interesting text when run, others just test assertions. A few have to be run in parallel, sometimes with environment variables set. The Emacs Lisp solutions require Emacs 27.1 or newer with GnuTLS and bignum support.