-
Notifications
You must be signed in to change notification settings - Fork 56
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
Add repair share functionality #281
Conversation
This is step 1 of 3
…each ciphersuite (#41)
…ity (#41) This is step 2 of 3
This is step 3 of 3
… each ciphersuite (#41) Add compute_sum_of_random_variables function Add recover_share function
Fix secp256 recover share test values Fix ristretto255 recover share test values Fix ristretto255 compute sum of random values test values
…are functionality (#41) Test generate_random_values directly End to end test to be added in another commit Updated gendoc to use original file values to fix clippy complaints
Fix lagrange coefficient calculation Co-authored-by: conrado <conradoplg@gmail.com>
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #281 +/- ##
==========================================
+ Coverage 70.12% 71.09% +0.96%
==========================================
Files 24 25 +1
Lines 2186 2259 +73
==========================================
+ Hits 1533 1606 +73
Misses 653 653
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great, thanks!
I left some comments to improve the documentation of the functions. The suggestions are just suggestions to give a sense of the details needed, feel free to change the wordings.
Co-authored-by: Conrado Gouvea <conrado@zfnd.org>
Co-authored-by: Conrado Gouvea <conrado@zfnd.org>
Co-authored-by: Conrado Gouvea <conrado@zfnd.org>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fixes! There is one last part that I'm not sure about
Co-authored-by: Conrado Gouvea <conrado@zfnd.org>
@natalieesk I left an additional comment. Could you please also solve the |
@natalieesk I think now it's just missing syncing with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thank you! 🎉
This closes #41