/cryptolab-zig

Don't roll your own crypto

Primary LanguageZig

Cryptolab

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.

Setup

  1. git clone git@github.com:pmuens/cryptolab-zig.git
  2. asdf install
  3. zig build test

Useful Commands

asdf install

zig init-lib
zig init-exe

zig build
zig build test
zig fmt
zig test <name>
zig run <name>

Useful Resources

Documentation

Tutorials

Code