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

ecdsa+ed25519: add Signature::to_vec #428

Merged
merged 1 commit into from Jan 6, 2022

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Jan 6, 2022

I found myself in need of a to_vec method and thought it would be convenient to add.

It can be written today as sig.as_ref().to_vec() but having a dedicated method is more ergonomic.

I found myself in need of a `to_vec` method and thought it would be
convenient to add.

It can be written today as `sig.as_ref().to_vec()` but having a
dedicated method is more ergonomic.
@tarcieri tarcieri merged commit 5fa2546 into master Jan 6, 2022
@tarcieri tarcieri deleted the ecdsa+ed25519/signature-to-vec branch January 6, 2022 20:02
@tarcieri tarcieri mentioned this pull request Jan 6, 2022
@tarcieri tarcieri mentioned this pull request Feb 25, 2022
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

1 participant