This repository is a WIP for the Cryptopals challenges.
Note: I only intend to do set 1 in Emacs lisp, and I may pick another language for the later challenges
No one has done the cryptopals challenges in Emacs lisp. There are cryptopals solutions (at leat for set 1) available in almost every language
Run the ERT tests on the cryptopals solutions with the command
emacs -batch -l ert -l test-set-1.el -f ert-run-tests-batch-and-exit