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

elliptic-curve: remove BitView re-export #540

Merged
merged 1 commit into from Feb 11, 2021

Conversation

tarcieri
Copy link
Member

Removes the re-export of ff::BitView, as the ff crate itself is already re-exported, so it's available as elliptic_curve::ff::BitView.

Note that this is technically a breaking change, however the plan is to release a v0.9.1 and yank the v0.9.0 release. This is acceptable largely because the previous release is not being widely used (released 18 hours ago with 189 downloads) and therefore this change is unlikely to cause problems in practice, especially considering its relatively minor nature.

Removes the re-export of `ff::BitView`, as the `ff` crate itself is
already re-exported, so it's available as `elliptic_curve::ff::BitView`.

Note that this is technically a breaking change, however the plan is to
release a v0.9.1 and yank the v0.9.0 release. This is acceptable largely
because the previous release is not being widely used (released 18 hours
ago with 189 downloads) and therefore this change is unlikely to cause
problems in practice, especially considering its relatively minor nature.
@tarcieri tarcieri merged commit 938fc4c into master Feb 11, 2021
@tarcieri tarcieri deleted the elliptic-curve/remove-bitview branch February 11, 2021 13:51
@tarcieri tarcieri mentioned this pull request Feb 11, 2021
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.

None yet

1 participant