Logo
Explore Help
Sign In
mirror/zig
1
0
Fork 0
You've already forked zig
mirror of https://github.com/ziglang/zig.git synced 2025-12-08 23:33:07 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/lib/std/crypto/pcurves
History
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