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

Commits on Jan 6, 2022

  1. ecdsa+ed25519: add Signature::to_vec

    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 committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    e9504e2 View commit details
    Browse the repository at this point in the history