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

arithmetic internals: Further clarify bn_mul_mont ABI. #2254

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

briansmith
Copy link
Owner

The checks are superceded by the checks in the Rust code, so replace the checks with documenting the preconditions so we don't need to worry about the functions failing anymore.

Document some additional caveats discovered.

@briansmith briansmith self-assigned this Jan 20, 2025
Copy link

codecov bot commented Jan 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.81%. Comparing base (b794f56) to head (fb32a2e).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2254      +/-   ##
==========================================
- Coverage   96.81%   96.81%   -0.01%     
==========================================
  Files         168      168              
  Lines       20720    20719       -1     
  Branches      483      483              
==========================================
- Hits        20061    20060       -1     
  Misses        554      554              
  Partials      105      105              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

The checks are superceded by the checks in the Rust code, so
replace the checks with documenting the preconditions so we
don't need to worry about the functions failing anymore.

Document some additional caveats discovered.
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