d11194ad26
# 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`. |
||
---|---|---|
.. | ||
CryptoTests | ||
Test Vectors | ||
_CryptoExtrasTests | ||
_CryptoExtrasVectors | ||
LinuxMain.swift |