Skip to content

ec: Simplify some internal parsing APIs.#2838

Merged
briansmith merged 3 commits into
mainfrom
b/uninit-big-endian-limbs
May 7, 2026
Merged

ec: Simplify some internal parsing APIs.#2838
briansmith merged 3 commits into
mainfrom
b/uninit-big-endian-limbs

Conversation

@briansmith
Copy link
Copy Markdown
Owner

No description provided.

@briansmith briansmith self-assigned this May 5, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.51%. Comparing base (1ffab73) to head (90da625).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2838      +/-   ##
==========================================
- Coverage   96.51%   96.51%   -0.01%     
==========================================
  Files         206      206              
  Lines       20530    20520      -10     
  Branches      518      518              
==========================================
- Hits        19814    19804      -10     
  Misses        599      599              
  Partials      117      117              

☔ 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.

briansmith added 3 commits May 7, 2026 09:18
Instead of having these wrappers that implicitly allow or disallow zero,
just have each call site indicate which behavior it wants.
Most tests aren't actually operating on Montgomery-encoded elements.
Separate `consume_elem` and `consume_elem_mont` to make this clearer.
No functional change.
@briansmith briansmith force-pushed the b/uninit-big-endian-limbs branch from ea6f84a to 90da625 Compare May 7, 2026 16:18
@briansmith briansmith merged commit 555dd05 into main May 7, 2026
174 of 175 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.

1 participant