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

Updates for CGGMP'24 #170

Draft
wants to merge 19 commits into
base: master
Choose a base branch
from

Add tests for KeyInit errors

e2b8123
Select commit
Loading
Failed to load commit list.
Draft

Updates for CGGMP'24 #170

Add tests for KeyInit errors
e2b8123
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 26, 2024 in 0s

93.44% (+0.37%) compared to 423f1b5

View this Pull Request on Codecov

93.44% (+0.37%) compared to 423f1b5

Details

Codecov Report

Attention: Patch coverage is 93.20000% with 102 lines in your changes missing coverage. Please review.

Project coverage is 93.44%. Comparing base (423f1b5) to head (e2b8123).

Files with missing lines Patch % Lines
synedrion/src/cggmp21/key_init.rs 72.32% 31 Missing ⚠️
synedrion/src/cggmp21/interactive_signing.rs 65.51% 10 Missing ⚠️
synedrion/src/cggmp21/aux_gen.rs 0.00% 9 Missing ⚠️
synedrion/src/cggmp21/key_refresh.rs 18.18% 9 Missing ⚠️
synedrion/src/www02/key_resharing.rs 10.00% 9 Missing ⚠️
synedrion/src/cggmp21/sigma/aff_g_star.rs 96.42% 7 Missing ⚠️
synedrion/src/cggmp21/sigma/enc_elg.rs 96.55% 6 Missing ⚠️
synedrion/src/cggmp21/sigma/dec_new.rs 97.26% 5 Missing ⚠️
synedrion/src/cggmp21/sigma/elog.rs 96.58% 4 Missing ⚠️
synedrion/src/cggmp21/sigma/fac.rs 93.47% 3 Missing ⚠️
... and 6 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #170      +/-   ##
==========================================
+ Coverage   93.06%   93.44%   +0.37%     
==========================================
  Files          36       41       +5     
  Lines        7012     7828     +816     
==========================================
+ Hits         6526     7315     +789     
- Misses        486      513      +27     

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