Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/x13a/zig-scrypt
The scrypt key derivation function in zig.
https://github.com/x13a/zig-scrypt
crypto scrypt zig zig-lang
Last synced: 4 months ago
JSON representation
The scrypt key derivation function in zig.
- Host: GitHub
- URL: https://github.com/x13a/zig-scrypt
- Owner: x13a
- License: mit
- Archived: true
- Created: 2021-03-05T08:05:21.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-17T00:45:19.000Z (about 3 years ago)
- Last Synced: 2024-09-26T17:41:35.509Z (4 months ago)
- Topics: crypto, scrypt, zig, zig-lang
- Language: Zig
- Homepage:
- Size: 262 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zig-scrypt
The scrypt key derivation function in zig.
Merged: [9577](https://github.com/ziglang/zig/pull/9577)
## Reference
- [rfc](https://tools.ietf.org/html/rfc7914)
- [golang](https://github.com/golang/crypto/blob/master/scrypt/scrypt.go)
- [c](https://github.com/Tarsnap/scrypt)