mirror of
https://github.com/ziglang/zig.git
synced 2025-12-24 15:13:08 +00:00
* Make bcrypt State struct public This is useful to implement the various protocols outside of the standard library * Implement bcrypt pbkdf This variant is used in e.g. SSH The OpenBSD implementation was used as a reference