zig/lib/std/crypto/pcurves
Chris Heyes df909da5d8
std.crypto: expose Fe isOdd & add basic parity tests for each pcurve (#15734)
* std Secp256k1 Scalar: expose Fe isOdd & add basic parity test

* std.crypto: also add Scalar.isOdd convenience fn for p256 and p384 curves
2023-05-21 13:00:48 +02: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 update codebase to use @memset and @memcpy 2023-04-28 13:24:43 -07:00
p384.zig update codebase to use @memset and @memcpy 2023-04-28 13:24:43 -07:00
secp256k1.zig update codebase to use @memset and @memcpy 2023-04-28 13:24:43 -07:00