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

KeyPair ergonomics for signature schemes #497

Closed
mrain opened this issue Feb 27, 2024 · 0 comments · Fixed by #503
Closed

KeyPair ergonomics for signature schemes #497

mrain opened this issue Feb 27, 2024 · 0 comments · Fixed by #503
Assignees
Labels
tech debt Technical debt. We all pay eventually!

Comments

@mrain
Copy link
Contributor

mrain commented Feb 27, 2024

In Jellyfish, a schnorr::VerKey can be create from a schnorr::SignKey, so it is convenient to just pass around the sign key as environment variables etc. However, there is no way to create a KeyPair from a SignKey. The generate_from_sign_key method takes the internal field element of the sign key, and as far as I can tell there is no way to extract that field element from the SignKey

@mrain mrain added the tech debt Technical debt. We all pay eventually! label Feb 27, 2024
@mrain mrain self-assigned this Feb 27, 2024
@mrain mrain closed this as completed in #503 Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech debt Technical debt. We all pay eventually!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant