Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 973 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 973 Bytes
       _______  ______ __   __  _____  _______  _____   _____  _______        _______
       |       |_____/   \_/   |_____]    |    |     | |_____] |_____| |      |______
       |_____  |    \_    |    |          |    |_____| |       |     | |_____ ______|

Build Status

My implementations of the CryptoPals challenges. See the test directory for proof of completion for each of the challenges I've made it through.

I've been pleasantly surprised at how natural a fit Clojure is for these challenges - 99% of this stuff is just pure functions!

Don't read this code if you haven't done the challenges and plan to do them - the challenges are very fun, and most of that fun comes from deciphering the instructions and trying to figure out how in the hell you're going to overcome these often-seemingly-insurmountable problems.