swift-crypto/Sources
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
..
CCryptoBoringSSL Update BoringSSL to cab31f65f1ad6e6daca62e95b25dd6cd805fce0b (#132) 2022-09-28 12:08:04 +01:00
CCryptoBoringSSLShims Provide AES-GCM-SIV in CryptoExtras (#133) 2022-10-14 09:50:36 +01:00
Crypto Provide AES-GCM-SIV in CryptoExtras (#133) 2022-10-14 09:50:36 +01:00
CryptoBoringWrapper Provide AES-GCM-SIV in CryptoExtras (#133) 2022-10-14 09:50:36 +01:00
_CryptoExtras Provide AES-GCM-SIV in CryptoExtras (#133) 2022-10-14 09:50:36 +01:00
crypto-shasum Search replace "CONTRIBUTORS.txt" -> "CONTRIBUTORS.md" (#24) 2020-02-06 11:28:29 +00:00
CMakeLists.txt Provide AES-GCM-SIV in CryptoExtras (#133) 2022-10-14 09:50:36 +01:00