commsec-0.2.1: Provide communications security using symmetric ephemeral keys description: This package provides confidentiallity, integrity and replay detection. Users must provide ephemeral keys for one time use (reuse will compromise the security guarentees). Starting with shared secret, this package builds bi-directional channels for datagram based communication.

Safe HaskellSafe-Inferred

Network.CommSec.Types

Synopsis

Documentation

data CommSecError Source

Errors that can be returned by the decoding/receicing operations.

data SequenceMode Source

Policy for misordered packets. Notice StrictOrdering does not mean every sequence numbered packet will be received, only that the sequence number will always increase.