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

k256: remove ecdsa::recoverable module; add replacement docs #675

Merged
merged 1 commit into from
Nov 6, 2022

Commits on Nov 6, 2022

  1. k256: remove ecdsa::recoverable module; add replacement docs

    Support for recovering `VerifyingKey`s from signatures has been
    upstreamed into the `ecdsa` crate in RustCrypto/signatures#576.
    
    This commit removes the `ecdsa::recoverable` module and the custom impls
    of `SigningKey`/`VerifyingKey` needed to support it.
    
    In its places are docs about how to use the generic APIs to accomplish
    equivalent functionality.
    tarcieri committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    6354d19 View commit details
    Browse the repository at this point in the history