rust-lightning/lightning
Jeffrey Czyz 97049daac2
Add create_blinded_paths to MessageRouter
The MessageRouter trait is used to find an OnionMessagePath to a
Destination (e.g., to a BlindedPath). Expand the interface with a
create_blinded_paths method for creating such paths to a recipient.
Provide a default implementation creating two-hop blinded paths where
the recipient's peers serve as introduction nodes.
2023-12-15 14:52:07 -06:00
..
src Add create_blinded_paths to MessageRouter 2023-12-15 14:52:07 -06:00
Cargo.toml Depend on libm in no-std for powf(64) 2023-12-13 18:36:40 +00:00