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-06 06:13:07 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/lib/std/crypto/pcurves
History
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