aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto/bcrypt.zig
AgeCommit message (Expand)Author
2025-02-19crypto.pwhash.bcrypt: make silently_truncate_password a member of Params (#22...Frank Denis
2024-11-22std.crypto.bcrypt: implement the actual OpenSSH KDF (#22027)Frank Denis
2024-08-09std.crypto: better names for everything in utilsAndrew Kelley
2024-07-23Fix compilation issues in crypto.bccrypt and poly1305 (#20756)Frank Denis
2024-07-07std.crypto.pwhash: Add recommended parameters (#20527)Shun Sakai
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-11-03x86_64: fix std test failuresJacob Young
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-31mem: fix ub in writeIntJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-06crypto.bcrypt: allow very large passwords to be pre-hashed (#15955)Frank Denis
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2022-11-14crypto.bcrypt: fix massive speed regression when using stage2 (#13518)Frank Denis
2022-11-03std.crypto.pwhash.bcrypt: inline the Feistel network function (#13416)Frank Denis
2022-10-25crypto/bcrypt: don't reimplement base64, just use a custom alphabetFrank Denis
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