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

ec: Use LeakyLimb for public values. #2173

Merged
merged 1 commit into from
Dec 7, 2024

ec: Use `LeakyLimb` for public values.

b4c63f2
Select commit
Loading
Failed to load commit list.
Merged

ec: Use LeakyLimb for public values. #2173

ec: Use `LeakyLimb` for public values.
b4c63f2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 7, 2024 in 1s

96.92% (+0.01%) compared to 5f3dbbf

View this Pull Request on Codecov

96.92% (+0.01%) compared to 5f3dbbf

Details

Codecov Report

Attention: Patch coverage is 92.85714% with 4 lines in your changes missing coverage. Please review.

Project coverage is 96.92%. Comparing base (5f3dbbf) to head (b4c63f2).

Files with missing lines Patch % Lines
src/arithmetic/constant.rs 0.00% 3 Missing ⚠️
src/ec/suite_b/ops/elem.rs 92.30% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2173      +/-   ##
==========================================
+ Coverage   96.91%   96.92%   +0.01%     
==========================================
  Files         154      154              
  Lines       20089    20124      +35     
  Branches      467      467              
==========================================
+ Hits        19470    19506      +36     
  Misses        512      512              
+ Partials      107      106       -1     

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