perf: switch SW_EC to projective coordinates - MSM#2421
Merged
shuklaayush merged 2 commits intodevelop-v1.7.0from Mar 13, 2026
Merged
perf: switch SW_EC to projective coordinates - MSM#2421shuklaayush merged 2 commits intodevelop-v1.7.0from
shuklaayush merged 2 commits intodevelop-v1.7.0from
Conversation
329b3c7 to
c679543
Compare
Base automatically changed from
perf/sw-ec-projective-INT-6035
to
develop-v1.7.0
February 20, 2026 15:40
638f452 to
7636179
Compare
7636179 to
eca8377
Compare
eca8377 to
65f9643
Compare
65f9643 to
eca8377
Compare
Resolves INT-6136. Update k256, p256, and pairing guest libraries to use projective coordinates: - Add z coordinate to all point generators (z=1) - Normalize before extracting affine coordinates (x_be_bytes, y_be_bytes, AffineCoordinates, ToEncodedPoint, to_affine) - Use cross-multiplication for projective ConstantTimeEq - Select all 3 coordinates in ConditionallySelectable - Switch G2 pairing modules from impl_sw_affine! to impl_sw_proj! - Add .normalize() in tests before comparing to known affine values --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
shuklaayush
pushed a commit
that referenced
this pull request
Apr 1, 2026
Resolves INT-6096. - CachedMulTable: updated to use projective add/double --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
shuklaayush
pushed a commit
that referenced
this pull request
Apr 1, 2026
Resolves INT-6096. - CachedMulTable: updated to use projective add/double --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
shuklaayush
pushed a commit
that referenced
this pull request
Apr 1, 2026
Resolves INT-6096. - CachedMulTable: updated to use projective add/double --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
shuklaayush
pushed a commit
that referenced
this pull request
Apr 2, 2026
Resolves INT-6096. - CachedMulTable: updated to use projective add/double --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
shuklaayush
pushed a commit
that referenced
this pull request
Apr 2, 2026
Resolves INT-6096. - CachedMulTable: updated to use projective add/double --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
shuklaayush
pushed a commit
that referenced
this pull request
Apr 8, 2026
Resolves INT-6096. - CachedMulTable: updated to use projective add/double --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
shuklaayush
pushed a commit
that referenced
this pull request
Apr 8, 2026
Resolves INT-6096. - CachedMulTable: updated to use projective add/double --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
shuklaayush
pushed a commit
that referenced
this pull request
Apr 9, 2026
Resolves INT-6096. - CachedMulTable: updated to use projective add/double --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
shuklaayush
pushed a commit
that referenced
this pull request
Apr 9, 2026
Resolves INT-6096. - CachedMulTable: updated to use projective add/double --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
shuklaayush
pushed a commit
that referenced
this pull request
Apr 10, 2026
Resolves INT-6096. - CachedMulTable: updated to use projective add/double --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
shuklaayush
pushed a commit
that referenced
this pull request
Apr 10, 2026
Resolves INT-6096. - CachedMulTable: updated to use projective add/double --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
shuklaayush
pushed a commit
that referenced
this pull request
Apr 10, 2026
Resolves INT-6096. - CachedMulTable: updated to use projective add/double --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves INT-6096.