This repository contains solutions for the Matasano Crypto Challenges also known as the cryptopals puzzles. The solutions are written in Scala and built with sbt. To execute all of the tests run the command: sbt test, or to run a specific exercise run the command: sbt "test-only *ExerciseXTests"
Set1 | ||
---|---|---|
Exercise1 | src | test |
Exercise2 | src | test |
Exercise3 | src | test |
Exercise4 | src | test |
Exercise5 | src | test |
Exercise6 | src | test |
Exercise7 | src | test |
Exercise8 | src | test |
Set2 | ||
---|---|---|
Exercise9 | src | test |
Exercise10 | src | test |
Exercise11 | src | test |
Exercise12 | src | test |
Exercise13 | src | test |
Exercise14 | src | test |
Exercise15 | src | test |
Exercise16 | src | test |
Set3 | ||
---|---|---|
Exercise17 | src | test |
Exercise18 | src | test |
Exercise19 | src | test |
Exercise20 | src | test |
Exercise21 | src | test |
Exercise22 | src | test |
Exercise23 | src | test |