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 post_generate to Ciphersuite trait #844

Open
conradoplg opened this issue Jan 17, 2025 · 0 comments
Open

Add post_generate to Ciphersuite trait #844

conradoplg opened this issue Jan 17, 2025 · 0 comments

Comments

@conradoplg
Copy link
Contributor

The new Ciphersuite trait methods introduced with the Taproot ciphersuite could allow making the RedPallas ciphersuite (from reddsa crate) easier to use by ensuring even-Y pubkeys using e.g. post_dkg(). (Currently the user needs to do it themselves if they use it with frost-core, rather than the non-generic functions in reddsa). However, unfortunately, it's not possible to run code after trusted dealer key generation.

Add a new Ciphersuite method, e.g. post_generate or post_split (since it should be effectively be called at the end of split()), which will then allow the RedPallas simplification.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant