Implementations of Cryptographic Primitives and Protocols.
IMPORTANT: The code is for educational purposes only as security was sacrificed for readability.
Or put another way: Don't use this in production.
git clone git@github.com:pmuens/cryptolab-zig.git
asdf install
zig build test
asdf install
zig init-lib
zig init-exe
zig build
zig build test
zig fmt
zig test <name>
zig run <name>
- Zig Documentation
- Zig Documentation - Style Guide
- Zig Documentation - Standard Library
- Zig naming conventions
- Zig 0.11.0 Release Notes