rgb-cln/common/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 common: move json_stream helpers to common/json 2020-02-04 13:24:32 +10:30
onion-test-v0.json sphinx: Introduce a `runtest` command to the onion tool 2019-07-30 02:14:49 +00:00
run-amount.c common/amount: accept 0msat in parse_amount_sat() 2020-04-01 10:20:03 +10:30
run-bigsize.c common: move json_stream helpers to common/json 2020-02-04 13:24:32 +10:30
run-bolt11.c common/features: don't use internal global. 2020-04-03 13:13:21 +10:30
run-cryptomsg.c common: allow subdaemons to specify the node_id in status messages. 2019-11-18 04:50:22 +00:00
run-derive_basepoints.c elements: Add amount_asset to support more than just plain satoshis 2019-10-03 04:32:57 +00:00
run-features.c common/features: don't use internal global. 2020-04-03 13:13:21 +10:30
run-funding_tx.c elements: Add amount_asset to support more than just plain satoshis 2019-10-03 04:32:57 +00:00
run-gossip_rcvd_filter.c elements: Add amount_asset to support more than just plain satoshis 2019-10-03 04:32:57 +00:00
run-ip_port_parsing.c elements: Add amount_asset to support more than just plain satoshis 2019-10-03 04:32:57 +00:00
run-json.c common: avoid locale dependent strtod(3) 2020-02-27 09:07:04 +10:30
run-json_remove.c common: move json_stream helpers to common/json 2020-02-04 13:24:32 +10:30
run-key_derive.c elements: Add amount_asset to support more than just plain satoshis 2019-10-03 04:32:57 +00:00
run-lock.c elements: Add amount_asset to support more than just plain satoshis 2019-10-03 04:32:57 +00:00
run-param.c wire: remove towire_double() 2020-02-27 09:07:04 +10:30
run-softref.c utils: add set_softref() / clear_softref(). 2019-10-10 21:48:52 -05:00
run-sphinx.c common: generalize ecdh function. 2020-04-04 16:08:49 +10:30