| Maintainer | John Galt <jgalt@centromere.net> |
|---|---|
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | None |
| Language | Haskell2010 |
Crypto.Noise.Cipher.ChaChaPoly1305
Contents
Description
- data ChaChaPoly1305
Types
data ChaChaPoly1305 Source #
Represents the ChaCha cipher with Poly1305 for AEAD.
Instances
| Cipher ChaChaPoly1305 Source # | |
| data Ciphertext ChaChaPoly1305 Source # | |
| data SymmetricKey ChaChaPoly1305 Source # | |
| data Nonce ChaChaPoly1305 Source # | |