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

Document expose-internals removal, bring part of internals back as hazmat #352

Merged
merged 3 commits into from
Jul 23, 2023

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    0831be3 View commit details
    Browse the repository at this point in the history
  2. Fix typos

    tchebb committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    6e7272b View commit details
    Browse the repository at this point in the history
  3. Bring back raw RSA operations gated by new "hazmat" feature

    External access to these functions was removed in RustCrypto#304 when the old
    `internals` module and `expose-internals` feature were removed. There
    are some valid use cases for them, though (see RustCrypto#351), so let's bring
    back a subset of what was in `internals` using the same naming and
    documentation conventions that the aes crate uses for its hazardous
    functions.
    
    Much of the added or changed documentation is derived from that in aes.
    
    Fixes RustCrypto#351.
    tchebb committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    a152239 View commit details
    Browse the repository at this point in the history