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.48k stars 166 forks source link

Add AES block function to CryptoExtras #142

Closed Lukasa closed 1 year ago

Lukasa commented 1 year ago

In some cases developers have need of AES modes other than what we support today, or need the ability to implement algorithms that require access to the core AES permutation function. As a starting point, we can provide access to the AES block function in CryptoExtras.