aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto/bcrypt.zig
AgeCommit message (Expand)Author
2021-01-02std: Use {s} instead of {} when printing stringsLemonBoy
2020-12-31Year++Frank Denis
2020-12-18std: introduce a thread-local CSPRNG for general useAndrew Kelley
2020-11-07Add mem.timingSafeEql() for constant-time array comparisonFrank Denis
2020-10-26std/*: add missing MIT license headersFrank Denis
2020-10-25std/crypto: add the bcrypt password hashing functionFrank Denis