COMMITS
/ lib/std/crypto/bcrypt.zig February 19, 2025
F
crypto.pwhash.bcrypt: make silently_truncate_password a member of Params (#22792)
Frank Denis committed
November 22, 2024
F
std.crypto.bcrypt: implement the actual OpenSSH KDF (#22027)
Frank Denis committed
August 9, 2024
A
std.crypto: better names for everything in utils
Andrew Kelley committed
July 23, 2024
F
Fix compilation issues in crypto.bccrypt and poly1305 (#20756)
Frank Denis committed
July 7, 2024
S
std.crypto.pwhash: Add recommended parameters (#20527)
Shun Sakai committed
November 10, 2023
M
lib: correct unnecessary uses of 'var'
mlugg committed
November 4, 2023
J
x86_64: fix std test failures
Jacob Young committed
October 31, 2023
A
std.builtin.Endian: make the tags lower case
Andrew Kelley committed
J
mem: fix ub in writeInt
Jacob Young committed
October 22, 2023
J
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young committed
A
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley committed
October 19, 2023
J
x86_64: fix bugs and disable erroring tests
Jacob Young committed
June 22, 2023
M
all: migrate code to new cast builtin syntax
mlugg committed
June 6, 2023
F
crypto.bcrypt: allow very large passwords to be pre-hashed (#15955)
Frank Denis committed
April 26, 2023
A
update codebase to use `@memset` and `@memcpy`
Andrew Kelley committed
February 18, 2023
A
update std lib and compiler sources to new for loop syntax
Andrew Kelley committed
November 14, 2022
F
crypto.bcrypt: fix massive speed regression when using stage2 (#13518)
Frank Denis committed
November 3, 2022
F
std.crypto.pwhash.bcrypt: inline the Feistel network function (#13416)
Frank Denis committed
October 25, 2022
F
crypto/bcrypt: don't reimplement base64, just use a custom alphabet
Frank Denis committed
June 20, 2022
V
std.crypto: fix invalid pass by value
Veikka Tuominen committed
June 11, 2022
V
std: disable failing tests, add zig2 build test-std to CI
Veikka Tuominen committed
January 28, 2022
A
std: break up some long lines
Andrew Kelley committed
December 27, 2021
D
Bcrypt pbkdf (#10331)
daurnimator committed
October 28, 2021
L
allocgate: std Allocator interface refactor
Lee Cannon committed
August 24, 2021
A
remove redundant license headers from zig standard library
Andrew Kelley committed
L
add scrypt kdf (#9577)
lucky committed
June 10, 2021
J
std, src, doc, test: remove unused variables
Jacob G-W committed
May 4, 2021
V
std: update usage of std.testing
Veikka Tuominen committed
April 20, 2021
F
std/crypto: use finer-grained error sets in function signatures (#8558)
Frank Denis committed
March 13, 2021
F
Use a unified error set for std/crypto/*
Frank Denis committed
February 25, 2021
A
zig fmt the std lib
Andrew Kelley committed
November 26, 2020
L
std: Use {s} instead of {} when printing strings
LemonBoy committed
December 18, 2020
A
std: introduce a thread-local CSPRNG for general use
Andrew Kelley committed
August 22, 2020
F
Add mem.timingSafeEql() for constant-time array comparison
Frank Denis committed
October 26, 2020
F
std/*: add missing MIT license headers
Frank Denis committed
October 24, 2020
F
std/crypto: add the bcrypt password hashing function
Frank Denis committed