aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto/ghash_polyval.zig
AgeCommit message (Expand)Author
2025-07-13std.crypto: remove `inline` from most functionsAndrew Kelley
2025-06-05std.Target: Introduce Cpu convenience functions for feature tests.Alex Rønne Petersen
2024-08-09std.crypto: better names for everything in utilsAndrew Kelley
2024-01-01Deprecate `suggestVectorSize` in favor of `suggestVectorLength`Carl Åstholm
2023-11-03x86_64: fix std test failuresJacob Young
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-23x86_64: implement 128-bit builtinsJacob 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-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-16migration: std.math.{min, min3, max, max3} -> `@min` & `@max`r00ster91
2023-05-24std.crypto: 2.5 times faster ghash and polyval on WebAssembly (#15835)Frank Denis
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
2022-12-05treshold -> thresholdFrank Denis
2022-11-20Add the POLYVAL universal hash functionFrank Denis