Skip to content

Fix square skipping in find_primitive_root#1220

Merged
tarcieri merged 1 commit intoRustCrypto:masterfrom
andrewwhitehead:fix/find-prim
Mar 9, 2026
Merged

Fix square skipping in find_primitive_root#1220
tarcieri merged 1 commit intoRustCrypto:masterfrom
andrewwhitehead:fix/find-prim

Conversation

@andrewwhitehead
Copy link
Contributor

This fixes a logic error in #1219, the only practical impact should be a minor performance improvement.

Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
@codecov
Copy link

codecov bot commented Mar 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.96%. Comparing base (49d5ef2) to head (e129f90).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1220   +/-   ##
=======================================
  Coverage   87.96%   87.96%           
=======================================
  Files         184      184           
  Lines       21172    21172           
=======================================
  Hits        18624    18624           
  Misses       2548     2548           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@tarcieri tarcieri merged commit 3c38f48 into RustCrypto:master Mar 9, 2026
31 checks passed
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.

2 participants