cacophony-0.10.0: A library implementing the Noise protocol.

MaintainerJohn Galt <jgalt@centromere.net>
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Crypto.Noise.Cipher.ChaChaPoly1305

Contents

Description

 

Synopsis

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 #