aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto/scrypt.zig
AgeCommit message (Expand)Author
2022-07-25std.mem: add `first` method to `SplitIterator` and `SplitBackwardsIterator`r00ster
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-06-06std: add necessary `@alignCast`sVeikka Tuominen
2022-04-27std: replace usage of std.meta.bitCount() with @bitSizeOf()Isaac Freund
2022-04-05zig fmt: remove trailing whitespace on doc commentsDamien Firmenich
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-15update docs (#10150)lucky
2021-09-01disable slow scrypt testsAndrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-24add scrypt kdf (#9577)lucky