zig/lib/std/crypto/pcurves
Frank Denis cc708b4a88
crypto.pcurves: don't assume that points with X=0 are at infinity (#16017)
There's also a valid point with X=0 on each curves.

Fixes #16015
2023-06-13 18:20:24 +00:00
..
p256 std.crypto: expose Fe isOdd & add basic parity tests for each pcurve (#15734) 2023-05-21 13:00:48 +02:00
p384 std.crypto: expose Fe isOdd & add basic parity tests for each pcurve (#15734) 2023-05-21 13:00:48 +02:00
secp256k1 std.crypto: expose Fe isOdd & add basic parity tests for each pcurve (#15734) 2023-05-21 13:00:48 +02:00
tests std.crypto: expose Fe isOdd & add basic parity tests for each pcurve (#15734) 2023-05-21 13:00:48 +02:00
common.zig update codebase to use @memset and @memcpy 2023-04-28 13:24:43 -07:00
p256.zig crypto.pcurves: don't assume that points with X=0 are at infinity (#16017) 2023-06-13 18:20:24 +00:00
p384.zig crypto.pcurves: don't assume that points with X=0 are at infinity (#16017) 2023-06-13 18:20:24 +00:00
secp256k1.zig crypto.pcurves: don't assume that points with X=0 are at infinity (#16017) 2023-06-13 18:20:24 +00:00