apple / swift-crypto

Open-source implementation of a substantial portion of the API of Apple CryptoKit suitable for use on Linux platforms.
https://apple.github.io/swift-crypto
Apache License 2.0
1.43k stars 151 forks source link

Add support for AES-CBC in `_CryptoExtras` #200

Closed FranzBusch closed 9 months ago

FranzBusch commented 9 months ago

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 commented 9 months ago

@swift-server-bot test this please