Closed FranzBusch closed 2 years ago
Can one of the admins verify this patch?
Can one of the admins verify this patch?
Can one of the admins verify this patch?
Can one of the admins verify this patch?
Can one of the admins verify this patch?
Can one of the admins verify this patch?
Can one of the admins verify this patch?
@swift-server-bot add to allowlist
@swift-server-bot test this please
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
.