]> git.bitcoin.ninja Git - rust-lightning/commit
KeysInterface: add new ecdh method
authorValentine Wallace <vwallace@protonmail.com>
Mon, 11 Jul 2022 20:27:10 +0000 (16:27 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Tue, 2 Aug 2022 23:17:23 +0000 (19:17 -0400)
commit6017379b8e7943a1967bbc2cabcdb37d07c12531
treeef7031fd18693f05d04a3a3b386d10d6d60a63cc
parent33ff2746ef3d1a36aab4f07cd1a7b512b6e411da
KeysInterface: add new ecdh method

This method will help us avoid retrieving our node secret, something we want to
get rid of entirely.  It will be used in upcoming commits when decoding the
onion message packet, and in future PRs to help us get rid of
KeysInterface::get_node_secret usages across the codebase
fuzz/src/chanmon_consistency.rs
fuzz/src/full_stack.rs
lightning/src/chain/keysinterface.rs
lightning/src/ln/channel.rs
lightning/src/util/test_utils.rs