Skip to content

reedspool/cryptopals-clang

Repository files navigation

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

About

Cryptopals challenges in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages