Skip to content

Conversation

@tarcieri
Copy link
Member

@tarcieri tarcieri commented Nov 2, 2022

Initial support for recovering a VerifyingKey from a RecoveryId and a signature over one of the following:

  • Message (i.e. bytestring) hashed using DigestPrimitive::Digest
  • Message Digest
  • Message prehash (i.e. output of a Digest)

Closes #525

Initial support for recovering a `VerifyingKey` from a `RecoveryId` and
a signature over one of the following:

- Message (i.e. bytestring) hashed using `DigestPrimitive::Digest`
- Message `Digest`
- Message prehash (i.e. output of a `Digest`)
@tarcieri tarcieri force-pushed the ecdsa/initial-recovery-support branch from 99ba110 to cc4590a Compare November 2, 2022 17:44
@tarcieri tarcieri merged commit 5b2977d into master Nov 2, 2022
@tarcieri tarcieri deleted the ecdsa/initial-recovery-support branch November 2, 2022 17:57
tarcieri added a commit to RustCrypto/elliptic-curves that referenced this pull request Nov 6, 2022
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 added a commit to RustCrypto/elliptic-curves that referenced this pull request Nov 6, 2022
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 added a commit to RustCrypto/elliptic-curves that referenced this pull request Nov 6, 2022
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 added a commit to RustCrypto/elliptic-curves that referenced this pull request Nov 6, 2022
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 added a commit to RustCrypto/elliptic-curves that referenced this pull request Nov 6, 2022
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 added a commit to RustCrypto/elliptic-curves that referenced this pull request Nov 6, 2022
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 added a commit to RustCrypto/elliptic-curves that referenced this pull request Nov 6, 2022
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 added a commit to RustCrypto/elliptic-curves that referenced this pull request Nov 6, 2022
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 added a commit to RustCrypto/elliptic-curves that referenced this pull request Nov 6, 2022
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 tarcieri mentioned this pull request Jan 15, 2023
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.

ecdsa: VerifyingKey recovery support

2 participants