Skip to content
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

Feat/metal/ec #31

Merged
merged 6 commits into from
Jan 4, 2025
Merged

Feat/metal/ec #31

merged 6 commits into from
Jan 4, 2025

Conversation

moven0831
Copy link
Collaborator

Related issue:

Key Changes:

Functionality Additions:

  • Added a new jacobian_madd_2007_bl function for mixed addition of Jacobian and Affine points in jacobian.metal.
  • Introduced a new test for jacobian_madd_2007_bl in jacobian_madd_2007_bl.metal.

Refactoring:

  • Renamed jacobian_add_2007_bl_unsafe to jacobian_add_2007_bl for better clarity and safety. [1] [2]

Performance Improvements:

  • Replaced mont_mul_optimised with mont_mul_cios in jacobian_add_2007_bl and jacobian_dbl_2009_l functions to improve multiplication performance. [1] [2]

Documentation:

  • Added references to algorithm sources in jacobian.metal for better documentation and traceability. [1] [2]

Testing:

  • Added comprehensive tests for jacobian_add_2007_bl and jacobian_dbl_2009_l in Rust to ensure correctness. [1] [2]

@moven0831 moven0831 self-assigned this Jan 4, 2025
@moven0831 moven0831 merged commit c225fcf into main Jan 4, 2025
1 check passed
@moven0831 moven0831 deleted the feat/metal/ec branch January 4, 2025 04:24
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.

1 participant