sfynx 0.3.0

General-purpose onion routing packet construction and processor based on Sphinx.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[![TestStatus](https://github.com/alexyer/sfynx/actions/workflows/rust_test.yml/badge.svg?event=push)](https://github.com/alexyer/sfynx/actions)
[![Crate](https://img.shields.io/crates/v/sfynx.svg)](https://crates.io/crates/sfynx)
[![API](https://docs.rs/sfynx/badge.svg)](https://docs.rs/sfynx)

# Sfynx
The Sphynx cat (/ˈsfɪŋks/ Sfyngks) is a breed of cat known for its lack of fur.

## Description
General-purpose onion routing packet construction and processor based on Sphinx[1].
Essentially is a Rust port of [p3lib](https://github.com/hashmatter/p3lib).

## References
[1] [Sphinx: A Compact and Provably Secure Mix Format](https://www.cypherpunks.ca/~iang/pubs/SphinxOR.pdf)