aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto/poly1305.zig
AgeCommit message (Expand)Author
2025-07-13std.crypto: remove `inline` from most functionsAndrew Kelley
2024-08-29std: avoid field/decl name conflictsmlugg
2024-08-09std.crypto: better names for everything in utilsAndrew Kelley
2024-07-23Fix compilation issues in crypto.bccrypt and poly1305 (#20756)Frank Denis
2024-02-26Remove redundant test name prefixes now that test names are fully qualifiedRyan Liptak
2023-11-19lib: correct unnecessary uses of 'var'mlugg
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-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: disable failing tests, enable test-std testingJacob 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-27poly1305: properly cast the mask from u1 to u64 (#15869)Frank Denis
2023-05-23Make Poly1305 faster by leveraging @addWithOverflow/@subWithOverflow (#15815)Frank Denis
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
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