Skip to content

ecdsa: rename signing and verifying features - #610

Merged
tarcieri merged 1 commit into
masterfrom
ecdsa/rename-signing-and-verifying-features
Jan 7, 2023
Merged

ecdsa: rename signing and verifying features#610
tarcieri merged 1 commit into
masterfrom
ecdsa/rename-signing-and-verifying-features

Conversation

@tarcieri

Copy link
Copy Markdown
Member

Corresponding to the module name changes in #609, this renames the crate feature names to match:

  • sign => signing
  • verify => verifying

This better matches the SigningKey and VerifyingKey type names.

Corresponding to the module name changes in #609, this renames the crate
feature names to match:
- `sign` => `signing`
- `verify` => `verifying`
This better matches the `SigningKey` and `VerifyingKey` type names.
@tarcieri
tarcieri merged commit ec16bdd into masterJan 7, 2023
@tarcieri
tarcieri deleted the ecdsa/rename-signing-and-verifying-features branch January 7, 2023 23:55
@tarcieritarcieri mentioned this pull request Jan 15, 2023
Sign up for freeto 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

@tarcieri