aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto/ff.zig
AgeCommit message (Expand)Author
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-09std.crypto: better names for everything in utilsAndrew Kelley
2024-07-14std.crypto.ff: fix typo in `montgomery` boolean documentation (#20624)bing
2024-07-09std: fix typos (#20560)Jora Troosh
2024-04-23std.crypto: make ff.ct_unprotected.limbsCmpLt compile (#19741)clickingbuttons
2024-02-12x86_64: implement shifts of big integersJacob Young
2023-11-22std.crypto.ff: simplify implementationAndrew Kelley
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
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 difficult std tests and hack around more zero-bit typesJacob Young
2023-10-21crypto.ff: faster exponentiation with short/public exponents (#17617)Frank Denis
2023-07-24Use builtin inference over @as where possibleZachary Raineri
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-16migration: std.math.{min, min3, max, max3} -> `@min` & `@max`r00ster91
2023-05-22std.crypto.ff - Alloc-free, constant-time field arithmetic for crypto (#15795)Frank Denis