-
Notifications
You must be signed in to change notification settings - Fork 31
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
Fixes to shamir #23
Comments
The problem isn't the threshold but total, which shouldn't be 1.
This check fails. What was the intention here?
Thanks for reporting this. Fixing. |
Expecting the comments to catch bugs is not good practice. |
Yes that test intentionally fails and will pass once you fix the bug |
I am not expecting the comment to catch the bug but was setting the expectation through it. |
The shamir methods fail running the following tests
The text was updated successfully, but these errors were encountered: