commsec-keyexchange-0.1: Key agreement for commsec.

Safe HaskellNone

Network.CommSec.KeyExchange

Synopsis

Documentation

data Connection

A connection is a secure bidirectional communication channel.

type HostName = String

Either a host name e.g., "haskell.org" or a numeric host address string consisting of a dotted decimal IPv4 address or an IPv6 address e.g., "192.168.0.1".