jgesc / Cryptopals-Crypto-Challenges

Cryptopals Cryptochallenges solutions written in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cryptopals-Crypto-Challenges

These are my solutions to the Cryptopals Cryptochallenges written in C.

Building

Use make to build all the challenges.

Use make bin/setX/challengeY to build the Set X Challenge Y.

The compiled binaries will be found in the bin folder.

Project structure

The root folder contains the Makefile required to build the challenges. The compiled binaries will be found in the bin folder.

The src folder contains the source code of the solutions. The subfolder utils contains utilities shared among all the challenges. The subfolder challenges contains challenge specific code.

The res folder contains the resource files given by the challenge statements.

About

Cryptopals Cryptochallenges solutions written in C


Languages

Language:C 99.0%Language:C++ 0.7%Language:Makefile 0.3%