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 Source #

Represents the ChaCha cipher with Poly1305 for AEAD.

Instances
Cipher ChaChaPoly1305 Source # 
Instance details

Defined in Crypto.Noise.Cipher.ChaChaPoly1305

data Ciphertext ChaChaPoly1305 Source # 
Instance details

Defined in Crypto.Noise.Cipher.ChaChaPoly1305

data SymmetricKey ChaChaPoly1305 Source # 
Instance details

Defined in Crypto.Noise.Cipher.ChaChaPoly1305

data Nonce ChaChaPoly1305 Source # 
Instance details

Defined in Crypto.Noise.Cipher.ChaChaPoly1305