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 error type to FROST #88

Closed
wants to merge 2 commits into from

Conversation

oxarbitrage
Copy link
Contributor

In this PR:

  • rename existing Error enum into SignatureError (5d13f77).
  • add and use a new error type FrostError (2659c58).

This will close #49

I think we can make more in a future PR by adding more code to some of the error types. Also some errors might be not needed (NoShares is only used in a test case).

@dconnolly
Copy link
Contributor

I think this Error type should live in the frost module and remain accessible as frost::Error. This may mean we have to split up frost.rs into submodules now.

@oxarbitrage
Copy link
Contributor Author

I dont think we should split to submodules now. This change is not critical for our goal(serialization). Closing and leaving the branch there.

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 this pull request may close these issues.

Type out FROST Error's
2 participants