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-CBC in _CryptoExtras #200

Merged
merged 1 commit into from
Oct 3, 2023

Conversation

FranzBusch
Copy link
Member

Motivation

We want to support AES-CBC for encryption and decryption purposes.

Modification

This PR adds support AES-CBC. Furthermore, it adds wycheproof tests for it.

@FranzBusch FranzBusch requested a review from Lukasa October 3, 2023 14:27
@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 Oct 3, 2023
# Motivation
We want to support AES-CBC for encryption and decryption purposes.

# Modification
This PR adds support AES-CBC. Furthermore, it adds wycheproof tests for it.
@FranzBusch
Copy link
Member Author

@swift-server-bot test this please

@FranzBusch FranzBusch merged commit faad1cf into apple:main Oct 3, 2023
8 checks passed
@FranzBusch FranzBusch deleted the fb-aes-cbc branch October 3, 2023 17:42
@baarde baarde mentioned this pull request Jun 7, 2024
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

2 participants