/cryptopals-clang

Cryptopals challenges in C

Primary LanguageC

Cryptopals Challenges in C

This whole project is spoilers for Cryptopals, so look away if you are interested in starting the challenges yourself!

Operations

Build and run

gcc -std=c18 -Wall -Wextra -Wpedantic -Werror -o tmp.out set-1-challenge-1.c utilities.c && ./tmp.out