cacophony-0.10.1: A library implementing the Noise protocol.

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

Crypto.Noise.Internal.Handshake.Interpreter

Description

 

Documentation

interpretToken :: forall c d h r. (Cipher c, DH d, Hash h) => HandshakeRole -> Token r -> Handshake c d h r Source #

interpretMessage :: (Cipher c, DH d, Hash h) => Message r -> Handshake c d h r Source #