zig/lib/std/crypto/pcurves
HydroH a14352b0b2
std: fix compile errors in std.crypto.ecc (#23797)
Implemented `neg()` method for `AffineCoordinates` struct of p256,
p384 and secp256k1 curves.

Resolves: #20505 (partially)
2025-05-05 18:50:25 +00:00
..
p256 std.crypto.pcurves.*: simpler, smaller, faster u64 addition with carry (#19644) 2024-04-14 01:13:22 +02:00
p384 std.crypto.pcurves.*: simpler, smaller, faster u64 addition with carry (#19644) 2024-04-14 01:13:22 +02:00
secp256k1 std.crypto.pcurves.*: simpler, smaller, faster u64 addition with carry (#19644) 2024-04-14 01:13:22 +02:00
tests std.builtin.Endian: make the tags lower case 2023-10-31 21:37:35 -04:00
common.zig crypto.pcurves.common: generalize invert() (#23039) 2025-03-02 11:27:04 +01:00
p256.zig std: fix compile errors in std.crypto.ecc (#23797) 2025-05-05 18:50:25 +00:00
p384.zig std: fix compile errors in std.crypto.ecc (#23797) 2025-05-05 18:50:25 +00:00
secp256k1.zig std: fix compile errors in std.crypto.ecc (#23797) 2025-05-05 18:50:25 +00:00