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

Add support for AES CTR mode in _CryptoExtras #220

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

Lukasa
Copy link
Collaborator

@Lukasa Lukasa commented Mar 7, 2024

Add support for AES Counter mode

Motivation:

AES in counter mode is not an uncommon primitive to see. While this isn't as good as an AEAD construction, there are some cases in which it is necessary to use this mode.

Modifications:

  • Add AES in CTR mode, behind an underscore.

Result:

Counter mode support is available.

@Lukasa Lukasa added the 🔼 needs-minor-version-bump For PRs that when merged cause a bump of the minor version, ie. 1.x.0 -> 1.(x+1).0 label Mar 7, 2024
@FredericJacobs FredericJacobs self-requested a review March 8, 2024 09:46
@Lukasa Lukasa merged commit 9960a73 into apple:main Mar 8, 2024
10 checks passed
@Lukasa Lukasa deleted the cb-aes-ctr branch March 8, 2024 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔼 needs-minor-version-bump For PRs that when merged cause a bump of the minor version, ie. 1.x.0 -> 1.(x+1).0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants