Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)