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

Commits on Nov 10, 2023

  1. p521: remove pub from arithmetic module

    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 committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    2c38039 View commit details
    Browse the repository at this point in the history