core-lightning/channeld
Rusty Russell 3b4a06f52b common: generalize ecdh function.
common/onion is going to need to use this for the case where it finds a blinding
seed inside the TLV.  But how it does ecdh is daemon-specific.

We already had this problem for devtools/gossipwith, which supplied a
special hsm_do_ecdh().  This just makes it more general.

So we create a generic ecdh() interface, with a specific implementation
which subdaemons and lightningd can use.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-04-04 16:08:49 +10:30
..
test channeld: get the onionreply back from lightningd for failed htlcs. 2020-02-25 11:12:12 +10:30
channel_wire.csv channeld: simplify loading of pre-existing HTLCs. 2020-04-04 16:08:49 +10:30
channeld_htlc.h channeld: get the onionreply back from lightningd for failed htlcs. 2020-02-25 11:12:12 +10:30
channeld.c common: generalize ecdh function. 2020-04-04 16:08:49 +10:30
commit_tx.c tx: Strengthen transaction construction checks 2020-03-24 09:52:33 +10:30
commit_tx.h channeld: remove chainparams local parameter. 2019-11-20 20:41:53 +01:00
full_channel_error.h channeld: map htlc add/remove errors to names. 2018-02-19 02:56:51 +00:00
full_channel.c channeld: simplify loading of pre-existing HTLCs. 2020-04-04 16:08:49 +10:30
full_channel.h channeld: simplify loading of pre-existing HTLCs. 2020-04-04 16:08:49 +10:30
Makefile common: generalize ecdh function. 2020-04-04 16:08:49 +10:30