core-lightning/lightningd/test
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
..
Makefile makefiles: move all unit tests under make check-units 2019-06-30 16:41:30 +09:30
run-find_my_abspath.c common: generalize ecdh function. 2020-04-04 16:08:49 +10:30
run-invoice-select-inchan.c lightningd: return features in connect response. 2020-04-03 13:13:21 +10:30
run-jsonrpc.c common: move json_stream from lightningd/ to common/ 2020-02-04 13:24:32 +10:30
run-log-pruning.c common: move json_stream helpers to common/json 2020-02-04 13:24:32 +10:30