rohitanwar/Cryptography
An exploration of various cryptographic functions (and related stuuf)
A collection of cryptographic algorithms implemented from scratch in Zig. Starting with SHA-1, with more to come.
git clone https://github.com/rohitanwar/Cryptography.git
cd Cryptography
zig run src/sha1.zig
⚠️ Warning
Currently the build.zig doesn't work. You need to manually enter the string to hash in thesrc/sha1.zig
file
Contributions are welcome! Please open an issue or PR if you:
Find a bug
Want to add another algorithm
Have optimization suggestions