AES.GCM The Advanced Encryption Standard (AES) Galois Counter Mode (GCM) cipher suite. Declarationenum GCM TopicsStoring the outputAES.GCM.SealedBoxGetting a nonceAES.GCM.NonceSecuring the plaintext messageseal(_:using:nonce:)seal(_:using:nonce:authenticating:)Decrypting and verifying the messageopen(_:using:)open(_:using:authenticating:)Type Methodsopen(inPlace:using:nonce:authenticating:tag:)seal(inPlace:using:nonce:authenticating:tag:) RelationshipsConforms ToSendableSendableMetatype