cacophony-0.4.0: A library implementing the Noise protocol.

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

Crypto.Noise.MessagePatterns

Contents

Description

This module contains all of the message patterns specified in the protocol. Their nomenclature is the same as Crypto.Noise.HandshakePatterns plus an additional digit representing the step of the handshake in which the pattern is intended to be used. Zero indicates a pre-message pattern.

Synopsis

Functions

Noise_NN

Noise_KN

noiseKNI0 :: (Cipher c, Curve d, Hash h) => MessagePattern c d h () Source

noiseKNR0 :: (Cipher c, Curve d, Hash h) => MessagePattern c d h () Source

Noise_NK

noiseNKI0 :: (Cipher c, Curve d, Hash h) => MessagePattern c d h () Source

noiseNKR0 :: (Cipher c, Curve d, Hash h) => MessagePattern c d h () Source

Noise_KK

noiseKKI0 :: (Cipher c, Curve d, Hash h) => MessagePattern c d h () Source

noiseKKR0 :: (Cipher c, Curve d, Hash h) => MessagePattern c d h () Source

Noise_NE

noiseNEI0 :: (Cipher c, Curve d, Hash h) => MessagePattern c d h () Source

noiseNER0 :: (Cipher c, Curve d, Hash h) => MessagePattern c d h () Source

Noise_KE

noiseKEI0 :: (Cipher c, Curve d, Hash h) => MessagePattern c d h () Source

noiseKER0 :: (Cipher c, Curve d, Hash h) => MessagePattern c d h () Source

Noise_NX

Noise_KX

noiseKXI0 :: (Cipher c, Curve d, Hash h) => MessagePattern c d h () Source

noiseKXR0 :: (Cipher c, Curve d, Hash h) => MessagePattern c d h () Source

Noise_XN

Noise_IN

Noise_XK

noiseXKI0 :: (Cipher c, Curve d, Hash h) => MessagePattern c d h () Source

noiseXKR0 :: (Cipher c, Curve d, Hash h) => MessagePattern c d h () Source

Noise_IK

noiseIKI0 :: (Cipher c, Curve d, Hash h) => MessagePattern c d h () Source

noiseIKR0 :: (Cipher c, Curve d, Hash h) => MessagePattern c d h () Source

Noise_XE

noiseXEI0 :: (Cipher c, Curve d, Hash h) => MessagePattern c d h () Source

noiseXER0 :: (Cipher c, Curve d, Hash h) => MessagePattern c d h () Source

Noise_IE

noiseIEI0 :: (Cipher c, Curve d, Hash h) => MessagePattern c d h () Source

noiseIER0 :: (Cipher c, Curve d, Hash h) => MessagePattern c d h () Source

Noise_XX

Noise_IX

Noise_N

noiseNI0 :: (Cipher c, Curve d, Hash h) => MessagePattern c d h () Source

noiseNR0 :: (Cipher c, Curve d, Hash h) => MessagePattern c d h () Source

Noise_K

noiseKI0 :: (Cipher c, Curve d, Hash h) => MessagePattern c d h () Source

noiseKR0 :: (Cipher c, Curve d, Hash h) => MessagePattern c d h () Source

Noise_X

noiseXI0 :: (Cipher c, Curve d, Hash h) => MessagePattern c d h () Source

noiseXR0 :: (Cipher c, Curve d, Hash h) => MessagePattern c d h () Source