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

Add vss_commitments to Participant demo #32

Closed
3 tasks done
natalieesk opened this issue Jun 20, 2023 · 0 comments · Fixed by #35
Closed
3 tasks done

Add vss_commitments to Participant demo #32

natalieesk opened this issue Jun 20, 2023 · 0 comments · Fixed by #35
Assignees

Comments

@natalieesk
Copy link
Contributor

natalieesk commented Jun 20, 2023

Context

The Participant needs the commitments to build a Secret Share and generate a Key Package

Todo

  • Accept vss_commitment as input
  • Validate input
  • Generate key package
@natalieesk natalieesk transferred this issue from ZcashFoundation/frost Jun 20, 2023
natalieesk added a commit that referenced this issue Jun 20, 2023
This error should be handled properly in a later commit
@natalieesk natalieesk self-assigned this Jun 23, 2023
natalieesk added a commit that referenced this issue Jun 26, 2023
natalieesk added a commit that referenced this issue Jun 27, 2023
Update commitment output message in trusted dealer
Remove answered comments
Improve comments around error handling for participant demo
natalieesk added a commit that referenced this issue Jun 27, 2023
This error should be handled properly in a later commit
natalieesk added a commit that referenced this issue Jun 27, 2023
natalieesk added a commit that referenced this issue Jun 27, 2023
Update commitment output message in trusted dealer
Remove answered comments
Improve comments around error handling for participant demo
conradoplg pushed a commit that referenced this issue Jun 27, 2023
* Add text for vss_commitment input for Participant project (#32)

* Add vss_commitment input for participant project (#32)

* Refactor lib tests for participant project (#32)

* Add error for vss_commitment input to panic with invalid input (#32)

This error should be handled properly in a later commit

* Fix trusted dealer participant identifier output to be a hex encoded string (#32)

* Update trusted dealer identifier to return original u8 value (#32)

* Generate key package for participant (#32)

* Add error handling for generate_key_package (#32)

* Use frost-ed25519 v0.5.0 (#32)

* Improve commenting and output messages (#32)

Update commitment output message in trusted dealer
Remove answered comments
Improve comments around error handling for participant demo
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.

1 participant