aboutsummaryrefslogtreecommitdiff
path: root/lib/std/crypto/pcurves/p256
AgeCommit message (Expand)Author
2025-07-13std.crypto: remove `inline` from most functionsAndrew 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
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-06-24all: migrate code to new cast builtin syntaxmlugg
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-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/{25519,pcurves}: make the scalar field order public (#11955)Frank Denis
2022-05-31crypto: add support for the NIST P-384 curve (#11735)Frank Denis
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-03Prepare std/crypto/pcurves for ecdsa and other curves (#8670)Frank Denis
2021-05-01std.crypto: add support for the NIST P-256 curve (#8627)Frank Denis