Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/x13a/zig-argon2
- Owner: x13a
- License: mit
- Archived: true
- Created: 2021-09-05T20:58:10.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-17T00:45:49.000Z (about 3 years ago)
- Last Synced: 2024-09-26T17:41:35.772Z (4 months ago)
- Topics: argon2, crypto, zig, zig-lang
- Language: Zig
- Homepage:
- Size: 24.4 KB
- Stars: 15
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)