cacophony-0.11.0: A library implementing the Noise protocol.
MaintainerJohn Galt <jgalt@centromere.net>
Stabilityexperimental
PortabilityPOSIX
Safe HaskellSafe-Inferred
LanguageHaskell2010

Crypto.Noise.Cipher.ChaChaPoly1305

Contents

Description

 
Synopsis

Types

data ChaChaPoly1305 Source #

Represents the ChaCha cipher with Poly1305 for AEAD.

Instances

Instances details
Cipher ChaChaPoly1305 Source # 
Instance details

Defined in Crypto.Noise.Cipher.ChaChaPoly1305

newtype Ciphertext ChaChaPoly1305 Source # 
Instance details

Defined in Crypto.Noise.Cipher.ChaChaPoly1305

newtype Nonce ChaChaPoly1305 Source # 
Instance details

Defined in Crypto.Noise.Cipher.ChaChaPoly1305

newtype SymmetricKey ChaChaPoly1305 Source # 
Instance details

Defined in Crypto.Noise.Cipher.ChaChaPoly1305