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

ocb3: use Ocb3 as the type name #588

Merged
merged 1 commit into from
Mar 25, 2024
Merged

ocb3: use Ocb3 as the type name #588

merged 1 commit into from
Mar 25, 2024

Commits on Mar 25, 2024

  1. ocb3: use Ocb3 as the type name

    Renames `AesOcb3` to `Ocb3`.
    
    Unlike AES-GCM, AES-GCM-SIV, and AES-SIV, in which AES is the de facto
    cipher for that mode, OCB is defined in a more cipher-agnostic way
    similar to CCM or EAX modes (which, as it were, is reflected in our
    choice of crate names).
    
    This renames the type to reflect that, and as it were, match the crate
    name as well.
    tarcieri committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    eba495c View commit details
    Browse the repository at this point in the history