aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto/bcrypt.zig
AgeCommit message (Expand)Author
2022-06-20std.crypto: fix invalid pass by valueVeikka Tuominen
2022-06-12std: disable failing tests, add zig2 build test-std to CIVeikka Tuominen
2022-01-28std: break up some long linesAndrew Kelley
2021-12-27Bcrypt pbkdf (#10331)daurnimator
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-24add scrypt kdf (#9577)lucky
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-04-20std/crypto: use finer-grained error sets in function signatures (#8558)Frank Denis
2021-03-14Use a unified error set for std/crypto/*Frank Denis
2021-02-24zig fmt the std libAndrew Kelley
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