Zig Packages
Zig5 packages
zig-crypto
v0.1.0 Zig
Portable cryptographic primitives -- SHA-256, HMAC, AES, ECDH, Ed25519, PBKDF2. No OpenSSL.
zig fetch --save git+https://github.com/Jesssullivan/zig-crypto.git zig-keychain
v0.1.0 Zig
Cross-platform keychain abstraction -- macOS SecItem / Linux libsecret D-Bus
zig fetch --save git+https://github.com/Jesssullivan/zig-keychain.git zig-notify
v0.1.0 Zig
Cross-platform desktop notifications -- macOS osascript / Linux libnotify
zig fetch --save git+https://github.com/Jesssullivan/zig-notify.git zig-ctap2
v0.4.0 Zig
Portable FIDO2/WebAuthn -- direct USB HID communication with security keys, no Apple entitlements
zig fetch --save git+https://github.com/Jesssullivan/zig-ctap2.git oauth-mux
Zig
OAuth 2.0 client multiplexer in Zig
zig fetch --save git+https://github.com/Jesssullivan/oauth-mux.git