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.47k stars 165 forks source link

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

Closed FranzBusch closed 1 year ago

FranzBusch commented 1 year 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 1 year ago

@swift-server-bot test this please