cryptopals

These are my writeups for the cryptopals crypto challenges, written in Zig. I've redone these challenges over and over again since I didn't want to refactor the code, once in Rust and now twice in Zig. The repository is also available on GitHub.


1. Basics

The qualifying set—do you have what it takes?

Go
Go back