aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto/sha2.zig
AgeCommit message (Expand)Author
2023-07-18Replace hand-written endian-specific loads with std.mem.readInt*() (#16431)Frank Denis
2023-06-28std.crypto.hash.sha2: require avx2 on x86_64Lauri Tirkkonen
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-04-23Add `@inComptime` builtinmlugg
2023-04-21cbe: fix remaining aarch64 issuesJacob Young
2023-04-21cbe: enable CI for std testsJacob Young
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-01-02std.crypto.Tls: add read/write methodsAndrew Kelley
2022-10-28std.crypto: Use `featureSetHas` to gate intrinsicsCody Tapscott
2022-10-28std.crypto: Add `isComptime` guard around intrinsicsCody Tapscott
2022-10-28std.crypto: Optimize SHA-256 intrinsics for AMD x86-64Cody Tapscott
2022-10-28std.crypto: SHA-256 Properly gate comptime conditionalCody Tapscott
2022-10-28crypto.sha2: Use intrinsics for SHA-256 on x86-64 and AArch64Cody Tapscott
2021-11-20std: add `writer` methods on all crypto.hash types (#10168)Meghan
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-05-08std: update usage of std.testingVeikka Tuominen
2020-12-31Year++Frank Denis
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