Skip to content

std: fix compile errors in std.crypto.ecc #23797

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 5, 2025

Conversation

HydroH
Copy link
Contributor

@HydroH HydroH commented May 5, 2025

Implemented neg() method for AffineCoordinates struct of p256, p384 and secp256k1 curves.

Rust implementation reference: https://docs.rs/primeorder/0.13.6/src/primeorder/affine.rs.html#433

Contributes to #20505.

Implemented `neg()` method for `AffineCoordinates` struct of p256,
p384 and secp256k1 curves.

Resolves: ziglang#20505 (partially)
@alexrp alexrp requested a review from jedisct1 May 5, 2025 12:41
@jedisct1 jedisct1 enabled auto-merge (squash) May 5, 2025 13:27
@jedisct1 jedisct1 merged commit a14352b into ziglang:master May 5, 2025
9 checks passed
alexrp pushed a commit to alexrp/zig that referenced this pull request May 6, 2025
Implemented `neg()` method for `AffineCoordinates` struct of p256,
p384 and secp256k1 curves.

Resolves: ziglang#20505 (partially)
@alexrp alexrp added this to the 0.14.1 milestone May 8, 2025
@HydroH HydroH deleted the hydroh/20505-ecc branch May 9, 2025 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants