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.BitWindow

Synopsis

Documentation

type BitWindow = (Word64, Word64)Source

A Bit Window is just an unpacked tuple of base and mask