-
Notifications
You must be signed in to change notification settings - Fork 40
ssh_key::Signature doesn't round-trip through Signature trait #5
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
Comments
To make this work the internal |
I've opened a PR for a prospective Rather than fix this issue for the |
This should be addressed by #55, namely the changes here: |
Afaict the
Signature::from_bytes
method expects a algorithm type string as a prefix, butSignature::as_bytes
doesn't return the algorithm type string as a prefix.The text was updated successfully, but these errors were encountered: