cacophony-0.1.0.0: A library implementing the Noise protocol.

MaintainerJohn Galt <centromere@users.noreply.github.com>
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Crypto.Noise.Internal.CipherState

Contents

Description

 

Synopsis

Types

data CipherState c Source

Constructors

CipherState (SymmetricKey c) (Nonce c) 

Lenses

csk :: forall c. Lens' (CipherState c) (SymmetricKey c) Source

csn :: forall c. Lens' (CipherState c) (Nonce c) Source

Functions