Module mixnet::core

source ·
Expand description

Mixnet core logic.

Structs§

Enums§

Constants§

Traits§

  • A trait for querying the peer ID and connectivity of the local node.

Type Aliases§

  • Key-exchange public key.
  • An unclamped key-exchange secret key.
  • Message identifier. Should be randomly generated. Attached to fragments to enable reassembly.
  • Type for packets sent between nodes. Note that all packets are the same size.
  • Globally unique identifier for a network peer. This is treated as an opaque type.
  • Raw mixnode index type, not guaranteed to be <= MAX_MIXNODE_INDEX.
  • Absolute session index.
  • A “single-use reply block”. This should be treated as an opaque type.