-
Notifications
You must be signed in to change notification settings - Fork 5
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
Generate secret share 283 #2
Conversation
Prompt for input and handle errors
Keygen implementation Fix APACHE License
Remove unused imports
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.
Ugh I managed to approve the wrong PR, I'm still looking at this one, sorry!
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 looks good, thanks!
I left a bunch of comments but most of them are me thinking out loud, we can make most adjustments in the next demo, I'll leave them up to you
src/tests/inputs_tests.rs
Outdated
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.
I love these tests though, we could move/copy them to frost-core
in order to test keygen_with_dealer
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.
I've created an issue here ZcashFoundation/frost#328
Improve error handling Add tests for output hex encode outputs
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.
I can't mark discussions as solved I think because I don't have write permission in this repo 😅 But everything looks good!
Accept input for |
This closes #283 in Frost repo.