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 remaining usages of *_verify_key_* #537

Merged
merged 1 commit into from
Mar 17, 2022

Conversation

tarcieri
Copy link
Member

The type was renamed from VerifyKey to VerifyingKey quite awhile
ago, however there are still a handful of method names defined on
k256::ecdsa::recoverable::VerifyingKey that didn't get updated
accordingly:

  • recover_verify_key => recover_verifying_key
  • recover_verify_key_from_digest => recover_verifying_key_from_digest

The type was renamed from `VerifyKey` to `VerifyingKey` quite awhile
ago, however there are still a handful of method names defined on
`k256::ecdsa::recoverable::VerifyingKey` that didn't get updated
accordingly:

- `recover_verify_key` => `recover_verifying_key`
- `recover_verify_key_from_digest` =>
  `recover_verifying_key_from_digest`
@tarcieri tarcieri merged commit 4a7c679 into master Mar 17, 2022
@tarcieri tarcieri deleted the k256/remove-remaining-usages-of-verifykey branch March 17, 2022 02:09
@tarcieri tarcieri mentioned this pull request May 9, 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.

1 participant