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

Unify the aes, aesni, aes-ctr, and aes-soft crates #200

Merged
merged 6 commits into from
Nov 18, 2020
Merged

Commits on Nov 16, 2020

  1. Unify the aes, aesni, and aes-soft crates

    Combines all three crates into a single `aes` crate.
    
    The optional `ctr` feature exposes a consistent set of `Aes*Ctr` types
    as well.
    tarcieri committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    fc0f22d View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. aes: remove deny(unsafe_code) from toplevel

    Hardware accelerated backends will need unsafe code
    tarcieri committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    18a2f0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ea345f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa79e60 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f005a97 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62ef2bb View commit details
    Browse the repository at this point in the history