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 serde and Display/FromStr for schnorr_dsa::KeyPair #42

Merged
merged 1 commit into from
Mar 10, 2022
Merged

Conversation

jbearer
Copy link
Member

@jbearer jbearer commented Mar 10, 2022

I recently created a CLI utility for generating signing keys. I found that I wanted to print the private key using tagged base 64, so that it can be easily copied and pasted to RPass, for example. For this to work we need to add a #[tagged_blob()] annotation.

@jbearer jbearer self-assigned this Mar 10, 2022
@jbearer jbearer merged commit c1ba266 into main Mar 10, 2022
@jbearer jbearer deleted the jeb-ser branch March 10, 2022 19:05
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.

None yet

2 participants