aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto/pcurves/common.zig
AgeCommit message (Expand)Author
2025-03-02crypto.pcurves.common: generalize invert() (#23039)Frank Denis
2024-08-09std.crypto: better names for everything in utilsAndrew Kelley
2024-03-11std.crypto.pcurves fixes (#19245)Frank Denis
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-06-24all: migrate code to new cast builtin syntaxmlugg
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2022-06-29std.crypto.ecc: add support for the secp256k1 curve (#11880)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
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-05-27p256: update to the last fiat-crypto code & share PC tablesFrank Denis
2021-05-05std: fix compile errors found by stage2Andrew Kelley
2021-05-03Prepare std/crypto/pcurves for ecdsa and other curves (#8670)Frank Denis