| Crates.io | mixnet |
| lib.rs | mixnet |
| version | 0.7.0 |
| created_at | 2023-05-23 19:38:10.911184+00 |
| updated_at | 2023-10-03 10:48:35.634192+00 |
| description | A mix network based on Loopix |
| homepage | |
| repository | https://github.com/paritytech/mixnet/ |
| max_upload_size | |
| id | 872272 |
| size | 197,529 |
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:
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.