entropy_protocol

Module protocol_transport

Source
Expand description

Channels for exchanging protocol messages using noise protocol over websockets

Modules§

  • Noise handshake and encrypted channel for protocol messages

Structs§

  • A wrapper around broadcast::Sender for broadcasting protocol messages
  • A message sent by a party when initiating a websocket connection to participate in the signing or DKG protcol
  • Channels between a remote party and the signing or DKG protocol

Traits§

  • Trait only when not using wasm, adding the send marker trait
  • Represents the functionality of a Websocket connection with binary messages allowing us to generalize over different websocket implementations

Functions§

  • Send protocol messages over websocket, and websocket messages to protocol