aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto/hkdf.zig
AgeCommit message (Expand)Author
2024-10-28closes #21824 (#21832)Bruno Franca dos Reis
2023-10-23x86_64: implement enough to pass unicode testsJacob 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-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2022-12-29hkdf: add prk_length and extractInit()Frank Denis
2022-12-23HKDF allow expansion up to, and including <hash size> * 255 bytes (#14051)Frank Denis
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2020-12-31Year++Frank Denis
2020-11-01std/crypto: make Hkdf functions publicFrank Denis
2020-10-26std/*: add missing MIT license headersFrank Denis
2020-09-30Remove unused var, sort std.crypto.*Frank Denis
2020-09-30std/crypto: implement the HKDF constructionFrank Denis