Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/x13a/zig-argon2

Argon2 key derivation function in zig.
https://github.com/x13a/zig-argon2

argon2 crypto zig zig-lang

Last synced: 4 months ago
JSON representation

Argon2 key derivation function in zig.

Awesome Lists containing this project

README

        

# zig-argon2

Argon2 key derivation function in zig.

Merged: [9756](https://github.com/ziglang/zig/pull/9756)

## Reference
- [rfc](https://tools.ietf.org/id/draft-irtf-cfrg-argon2-13.html)
- [go](https://github.com/golang/crypto/tree/master/argon2)
- [c](https://github.com/P-H-C/phc-winner-argon2)