aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto/ghash.zig
AgeCommit message (Expand)Author
2022-08-22stage2+stage1: remove type parameter from bit builtinsVeikka Tuominen
2022-03-30replace other uses of `std.meta.Vector` with `@Vector` (#11346)Meghan
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-08-29zig fmt: respect trailing commas in inline assemblyjdmichaud
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-05-20Run `zig fmt` on src/ and lib/std/Isaac Freund
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-04-28std: remove redundant comptime keywordAndrew Kelley
2021-02-10Convert inline fn to callconv(.Inline) everywhereTadeo Kondrak
2020-12-31Year++Frank Denis
2020-11-07Add mem.timingSafeEql() for constant-time array comparisonFrank Denis
2020-10-17std/crypto: make the whole APIs more consistentFrank Denis
2020-10-08ghash: add pmull support on aarch64Frank Denis
2020-10-05ghash & poly1305: fix handling of partial blocks and add pad()Frank Denis
2020-10-01ghash: add pclmul support on x86_64Frank Denis
2020-10-01Implement ghash aggregated reductionFrank Denis
2020-10-01ghash & poly1305: use pointer to slices for keys and outputFrank Denis
2020-10-01std/crypto: add GHASH implementationFrank Denis