aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto/poly1305.zig
AgeCommit message (Expand)Author
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-04-29x: comptime bool -> comptime x: bool (#8639)Frank Denis
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-05ghash & poly1305: fix handling of partial blocks and add pad()Frank Denis
2020-10-01ghash & poly1305: use pointer to slices for keys and outputFrank Denis
2020-09-08std: clean up bitrotten imports in cryptoxackus
2020-08-21No need to keep a 128-bit carry aroundFrank Denis
2020-08-21Force myself to use unusual integer sizes a little bit more :)Frank Denis
2020-08-21Make poly1305 fasterFrank Denis
2020-08-20add license header to all std lib filesAndrew Kelley
2020-03-19update std lib to take advantage of slicing with comptime indexesAndrew Kelley
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