swift-crypto/Sources/_CryptoExtras
Franz Busch d11194ad26
Provide AES-GCM-SIV in CryptoExtras (#133)
# Motivation
BoringSSL exposes AES-GCM-SIV algorithms which are in general useful to have and provide a nonce-misuse resistant mode of AES-GCM. Since, `CryptoKit` is not exposing AES-GCM-SIV we need to add this to `_CryptoExtras`

# Modification
Exposes `AES-GCM-SIV` through `_CryptoExtras`.

# Result
We can now use `AES-GCM-SIV` through `_CryptoExtras`.
2022-10-14 09:50:36 +01:00
..
AES Provide AES-GCM-SIV in CryptoExtras (#133) 2022-10-14 09:50:36 +01:00
RSA Provide initial proposal for RSA signing (#80) 2021-04-23 15:01:56 +01:00
Util Provide AES-GCM-SIV in CryptoExtras (#133) 2022-10-14 09:50:36 +01:00