mixnet

Crates.iomixnet
lib.rsmixnet
version0.7.0
sourcesrc
created_at2023-05-23 19:38:10.911184
updated_at2023-10-03 10:48:35.634192
descriptionA mix network based on Loopix
homepage
repositoryhttps://github.com/paritytech/mixnet/
max_upload_size
id872272
size197,529
David Emett (zdave-parity)

documentation

README

Parity Mix Network

Overview

This crate implements the core logic for a Substrate Mix Network node. It does not provide a full node implementation; the following parts must be provided by the crate user:

  • Networking. This crate is mostly network-agnostic.
  • Blockchain integration. This crate expects to be provided with the current session index, phase, and mixnodes.
  • Request/reply handling. This crate treats request and reply payloads as opaque blobs.

Modules

The core mixnet logic lives in the core module and may be used on its own. The request_manager and reply_manager modules provide a very simple reliable delivery layer.

Commit count: 151

cargo fmt