Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 569 Bytes

README.org

File metadata and controls

17 lines (10 loc) · 569 Bytes

Cryptopals solutions in Emacs lisp (elisp)

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

Motivation

No one has done the cryptopals challenges in Emacs lisp. There are cryptopals solutions (at leat for set 1) available in almost every language

How to run

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