aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto/sha2.zig
AgeCommit message (Expand)Author
2025-08-28std.Io: delete GenericWriterAndrew Kelley
2025-07-16zig fmtAndrew Kelley
2025-07-07std.io: deprecated Reader/Writer; introduce new APIAndrew Kelley
2025-06-05std.Target: Introduce Cpu convenience functions for feature tests.Alex Rønne Petersen
2024-07-09std: fix typos (#20560)Jora Troosh
2024-04-28std.crypto.hash.sha2: cleanup add add more docs (#19744)clickingbuttons
2024-04-19define std.crypto.sha2.Sha512224 (#19697)Meghan Denny
2024-02-25x86_64: fix incorrect mnemonic selectionJacob Young
2023-11-03x86_64: fix std test failuresJacob Young
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-31mem: fix ub in writeIntJacob Young
2023-10-26x86_64: add missing spillsJacob Young
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-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