swift-crypto/Tests
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
..
CryptoTests Make BoringSSL wrapper match CryptoKit behaviour when working with x9.63 (#128) 2022-08-23 11:47:08 +01:00
Test Vectors Update to Developer Beta 3 build. (#46) 2020-07-31 19:50:26 +01:00
_CryptoExtrasTests Provide AES-GCM-SIV in CryptoExtras (#133) 2022-10-14 09:50:36 +01:00
_CryptoExtrasVectors Provide AES-GCM-SIV in CryptoExtras (#133) 2022-10-14 09:50:36 +01:00
LinuxMain.swift Search replace "CONTRIBUTORS.txt" -> "CONTRIBUTORS.md" (#24) 2020-02-06 11:28:29 +00:00