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

p521: remove pub from arithmetic module #961

Merged
merged 1 commit into from
Nov 10, 2023

Conversation

tarcieri
Copy link
Member

The relevant types from the arithmetic module are available via re-exports, so direct access to the module is unnecessary. It was accidentally exposed in the v0.13.1 release (#958).

Exposing the module directly is inconsistent with p192/p224/p256/p384, so this removes it. This is technically a breaking change, but it was added in v0.13.1 which was released a few minutes ago, and will be yanked after this is released.

The relevant types from the `arithmetic` module are available via
re-exports, so direct access to the module is unnecessary. It was
accidentally exposed in the v0.13.1 release (#958).

Exposing the module directly is inconsistent with p192/p224/p256/p384,
so this removes it. This is technically a breaking change, but it was
added in v0.13.1 which was released a few minutes ago, and will be
yanked after this is released.
@tarcieri tarcieri force-pushed the p521/remove-pub-from-arithmetic-module branch from 6b291ad to 2c38039 Compare November 10, 2023 02:03
@tarcieri tarcieri merged commit c3deb5a into master Nov 10, 2023
11 checks passed
@tarcieri tarcieri deleted the p521/remove-pub-from-arithmetic-module branch November 10, 2023 02:10
@tarcieri tarcieri mentioned this pull request Nov 10, 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.

1 participant