aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto/pcurves
AgeCommit message (Expand)Author
2025-07-13std.crypto: remove `inline` from most functionsAndrew Kelley
2025-05-05std: fix compile errors in `std.crypto.ecc` (#23797)HydroH
2025-03-02crypto.pcurves.common: generalize invert() (#23039)Frank Denis
2024-08-21compiler: handle eval branch quota in memoized callsmlugg
2024-08-09std.crypto: better names for everything in utilsAndrew Kelley
2024-04-14std.crypto.pcurves.*: simpler, smaller, faster u64 addition with carry (#19644)Frank Denis
2024-03-11std.crypto.pcurves fixes (#19245)Frank Denis
2024-02-12x86_64: implement `@byteSwap` of big integersJacob Young
2024-02-12x86_64: implement shifts of big integersJacob Young
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-11-03x86_64: fix std test failuresJacob Young
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: fix bugs and disable erroring testsJacob Young
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-05-21std.crypto: expose Fe isOdd & add basic parity tests for each pcurve (#15734)Chris Heyes
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-04-14secp256k1: Endormorphism.splitScalar() can return an error (#15270)Frank Denis
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2022-12-27update uses of overflow arithmetic builtinsVeikka Tuominen
2022-06-29std.crypto.ecc: add support for the secp256k1 curve (#11880)Frank Denis
2022-06-29std/crypto/{25519,pcurves}: make the scalar field order public (#11955)Frank Denis
2022-06-29std.crypto.{p256,p384}: process the top nibble in mulDoubleBasePublic (#11956)Frank Denis
2022-06-13crypto/pcurves: compute constants for inversion at comptime (#11780)Frank Denis
2022-05-31crypto: add support for the NIST P-384 curve (#11735)Frank Denis
2022-04-27std: replace usage of std.meta.bitCount() with @bitSizeOf()Isaac Freund
2022-01-28std: break up some long linesAndrew Kelley
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-10Fix compile error for p256 scalar arithmetic (#9715)Luuk de Gram
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-21std.crypto.p256: fix neg function compile errorAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-06-14replace usage of meta.cast with builtinsVeikka Tuominen
2021-06-01std.crypto.p256.scalar: fe struct member is not a function (#8954)Frank Denis
2021-05-27p256: update to the last fiat-crypto code & share PC tablesFrank Denis
2021-05-20Run `zig fmt` on src/ and lib/std/Isaac Freund
2021-05-12std: fix redundant comptime keywordsAndrew Kelley
2021-05-12Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-09p256: properly handle neutral element & add AffineCoordinates struct (#8718)Frank Denis
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-05-05std: fix compile errors found by stage2Andrew Kelley