Make it easier to query the public key for a saved private key #45
robin-nitrokey
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To get the public key of a stored private key, I currently have to:
This is non-intuitive and may fill up the volatile storage if the last step is omitted or not executed on all return paths. I think the Trussed API should make it easier to perform this operation correctly.
Improvement ideas:
serialize
on a private key to get the public keyBeta Was this translation helpful? Give feedback.
All reactions