An abstraction over a BoringSSL AEAD
enum BoringSSLAEAD
s19CryptoBoringWrapper0B7SSLAEADO
3YVQ4
import CryptoBoringWrapper
case aes128gcm
The supported AEAD ciphers for BoringSSL.
case aes192gcm
case aes256gcm
case aes128gcmsiv
case aes256gcmsiv
case chacha20
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A type that can be hashed into a Hasher to produce an integer hash value.
Hasher
class AEADContext
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.