fiber-sphinx 2.2.0

A Rust implementation of the Sphinx mix network.
Documentation
1
2
3
4
5
6
7
8
9
# Development

This is a Rust lib repository powered by Cargo.

## Daily Tasks

- install dependencies and build: `cargo build`
- test: `cargo test`
- format code: `cargo fmt`