aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto/sha2.zig
AgeCommit message (Expand)Author
2020-10-17std/crypto: make the whole APIs more consistentFrank Denis
2020-09-08std: clean up bitrotten imports in cryptoxackus
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
2020-03-19fix incorrect sentinel checkAndrew Kelley
2020-02-24hashing algorithms: fix logic and index out of boundsJ.W
2019-11-27remove type coercion from array values to referencesAndrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-09-25mv std/ lib/Andrew Kelley