Skip to content

ecdsa: rename signing and verifying modules#609

Merged
tarcieri merged 1 commit intomasterfrom
ecdsa/rename-signing-and-verifying-modules
Jan 7, 2023
Merged

ecdsa: rename signing and verifying modules#609
tarcieri merged 1 commit intomasterfrom
ecdsa/rename-signing-and-verifying-modules

Conversation

@tarcieri
Copy link
Copy Markdown
Member

@tarcieri tarcieri commented Jan 7, 2023

Renames modules as follows:

  • sign => signing
  • verify => verifying

This better matches the SigningKey and VerifyingKey type names.

Renames modules as follows:

- `sign` => `signing`
- `verify` => `verifying`

This better matches the `SigningKey` and `VerifyingKey` type names.
@tarcieri tarcieri merged commit 20e866a into master Jan 7, 2023
@tarcieri tarcieri deleted the ecdsa/rename-signing-and-verifying-modules branch January 7, 2023 23:42
tarcieri added a commit that referenced this pull request Jan 7, 2023
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 added a commit that referenced this pull request Jan 7, 2023
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.
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