aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto/hmac.zig
AgeCommit message (Expand)Author
2024-02-26Remove redundant test name prefixes now that test names are fully qualifiedRyan Liptak
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-03-22crypto.hmac: set the recommended key size to the block size (#15031)Frank Denis
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
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-10-26std/crypto: API cleanupŽiga Željko
2020-10-17std/crypto: make the whole APIs more consistentFrank Denis
2020-10-15std/crypto/hmac: remove HmacBlake2s256 definitionFrank Denis
2020-08-21Hash functions now accept an option setFrank Denis
2020-08-20Remove the reset() function from hash functionsFrank Denis
2020-08-20Add truncated SHA512 variantsFrank Denis
2020-08-20Breaking: sort std/crypto functions into categoriesFrank Denis
2020-08-20add license header to all std lib filesAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley