mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-29 03:57:08 +03:00
2c23699594
* 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