cacophony-0.10.1: 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 #

Represents the ChaCha cipher with Poly1305 for AEAD.

Instances
Cipher ChaChaPoly1305 # 
Instance details

Defined in Crypto.Noise.Cipher.ChaChaPoly1305

newtype Ciphertext ChaChaPoly1305 # 
Instance details

Defined in Crypto.Noise.Cipher.ChaChaPoly1305

newtype SymmetricKey ChaChaPoly1305 # 
Instance details

Defined in Crypto.Noise.Cipher.ChaChaPoly1305

newtype Nonce ChaChaPoly1305 # 
Instance details

Defined in Crypto.Noise.Cipher.ChaChaPoly1305