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

Round 1: Generate nonces and commitments in Participant CLI demo #20

Closed
1 task done
mpguerra opened this issue Jun 7, 2023 · 0 comments · Fixed by #38
Closed
1 task done

Round 1: Generate nonces and commitments in Participant CLI demo #20

mpguerra opened this issue Jun 7, 2023 · 0 comments · Fixed by #38
Assignees

Comments

@mpguerra
Copy link

mpguerra commented Jun 7, 2023

Context

In round 1 of the Frost protocol the participant generates signing nonces and commitments.

Todo

  • Use input to generate nonces and commitments
@natalieesk natalieesk transferred this issue from ZcashFoundation/frost Jun 14, 2023
@natalieesk natalieesk self-assigned this Jun 26, 2023
conradoplg pushed a commit that referenced this issue Jun 28, 2023
* Generate nonces and commitments in participant demo (#20)

* Add comment stating that nonces are secret (#20)
natalieesk added a commit that referenced this issue Jul 7, 2023
natalieesk added a commit that referenced this issue Jul 7, 2023
Add back in decode_vss_commitment test
natalieesk added a commit that referenced this issue Jul 7, 2023
natalieesk added a commit that referenced this issue Jul 7, 2023
Add back in decode_vss_commitment test
conradoplg added a commit that referenced this issue Jul 10, 2023
* Add round 2 inputs for participant demo (#20)

* Generate signature in participant demo (#20)

Add integration test

* Refactor rounds into own files in participant demo (#20)

* Refactor rounds tests into own files in participant demo (#20)

* Remove unnecessary test lib file from participant (#20)

* Add test for round 1 output for participant (#20)

* Print values for round 2 participant (#20)

Add back in decode_vss_commitment test

* Add in some errors (#23)

* Fix test for invalid length of vss commitment (#23)

* Improve readability of text output

Co-authored-by: Conrado Gouvea <conrado@zfnd.org>

* Improve readability of text output

Co-authored-by: Conrado Gouvea <conrado@zfnd.org>

* Refactor and rename (#23)

---------

Co-authored-by: Conrado Gouvea <conrado@zfnd.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants