aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto/pcurves/p384.zig
AgeCommit message (Expand)Author
2025-05-05std: fix compile errors in `std.crypto.ecc` (#23797)HydroH
2024-08-21compiler: handle eval branch quota in memoized callsmlugg
2024-02-12x86_64: implement shifts of big integersJacob Young
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-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-13crypto.pcurves: don't assume that points with X=0 are at infinity (#16017)Frank Denis
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-04-21std: remove names from incorrectly named testsJacob 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-06-29std.crypto.{p256,p384}: process the top nibble in mulDoubleBasePublic (#11956)Frank Denis
2022-05-31crypto: add support for the NIST P-384 curve (#11735)Frank Denis