Skip to content

Latest commit

 

History

History
100 lines (79 loc) · 5.34 KB

README.md

File metadata and controls

100 lines (79 loc) · 5.34 KB

cryptopals-cpp

Matasano crypto challenges (https://cryptopals.com/) in cpp, with Boost for some stuff.

Requirements

g++, boost, pthreads (for some challenges), ninja

Usage

git clone https://github.com/plaxi0s/cryptopals-cpp.git
cd cryptopals-cpp
meson build --wipe
cd build
# use meson configure to specify which set/file to compile.
meson configure -Dset=set1 -Dfile=3
ninja
./3

Set 1

Set 2

Set 3

Set 4

Set 5

Set 6

Set 7