]> git.bitcoin.ninja Git - rust-lightning/commit
Generalize next_hop_packet_pubkey onion util
authorValentine Wallace <vwallace@protonmail.com>
Tue, 27 Jun 2023 16:35:03 +0000 (12:35 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Sat, 19 Aug 2023 22:55:34 +0000 (18:55 -0400)
commitec5e837cc2390573fa4273381c182a174ebfe027
tree1377c0dd53fc47d71e2757648192c04640691d8b
parentcf13f78cd1957753f694642361fae1e0daa5b98a
Generalize next_hop_packet_pubkey onion util

Useful for generating a next hop blinding point when forwarding a blinded
payment.
lightning/src/blinded_path/mod.rs
lightning/src/ln/channelmanager.rs
lightning/src/ln/onion_utils.rs
lightning/src/onion_message/messenger.rs