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

feat(frost-core): simplify trait bounds, don't use the allocator in some places #810

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

StackOverflowExcept1on
Copy link
Contributor

@StackOverflowExcept1on StackOverflowExcept1on commented Dec 12, 2024

Resolves #807
@conradoplg We discussed this earlier. This will also allow to encrypt Serialization for the 2nd round of DKG (without allocation). I haven't added + Default yet as that would break the API, but I think even this implementation will be enough.

@mpguerra mpguerra requested a review from conradoplg December 12, 2024 14:21
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.

Copy + Clone trait-bound can be simplified
1 participant