rust-lightning/lightning
Jeffrey Czyz 62f8669654
Add create_blinded_payment_paths to Router
The Router trait is used to find a Route for paying a node. Expand the
interface with a create_blinded_payment paths method for creating such
paths to a recipient node.

Provide an implementation for DefaultRouter that creates two-hop
blinded paths where the recipient's peers serve as the introduction
nodes.
2023-12-15 15:40:09 -06:00
..
src Add create_blinded_payment_paths to Router 2023-12-15 15:40:09 -06:00
Cargo.toml Depend on libm in no-std for powf(64) 2023-12-13 18:36:40 +00:00