ChaChaPoly An implementation of the ChaCha20-Poly1305 cipher. Declarationenum ChaChaPoly TopicsStoring the outputChaChaPoly.SealedBoxGetting a nonceChaChaPoly.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:)open(inplace:using:nonce:tag:authenticating:)seal(inPlace:using:nonce:authenticating:tag:) RelationshipsConforms ToSendableSendableMetatype See AlsoCiphersAES