Expand description
This Rust crate contains all the path construction and path selection algorithms in the HOPR mixnet.
Modulesยง
- channel_
graph - Defines the graph of HOPR payment channels.
- errors
- path
- Defines the two most important types: TransportPath and ChannelPath.
- selectors
- Implements different path selectors in the ChannelGraph.