Crate mixnet

source ·
Expand description

A mixnet loosely based on Loopix.

This crate is mostly network agnostic. While it determines which nodes should be connected and which packets should be sent where, it does not care how this is done. It’s not entirely agnostic; it assumes that peers have 32-byte globally-unique identifiers.

Modules