mirror of
https://github.com/ziglang/zig.git
synced 2026-01-21 14:55:25 +00:00
* bcrypt: make silently_truncate_password a member of Params This removes the need for having both `bcrypt()` and `bcryptWithTruncation()` in the public API. And whether truncation happens or not becomes even more explicit. * Update crypto benchmark