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

Conversation

tarcieri
Copy link
Member

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.

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 tarcieri merged commit 5fd83bf into master Mar 25, 2024
91 checks passed
@tarcieri tarcieri deleted the ocb3/fix-up-type-name branch March 25, 2024 21:31
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