mirror of
https://github.com/ElementsProject/lightning.git
synced 2026-08-16 13:00:32 +02:00
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> |
||
|---|---|---|
| .. | ||
| test | ||
| connect_gossip_wire.csv | ||
| connect_wire.csv | ||
| connectd.c | ||
| connectd.h | ||
| handshake.c | ||
| handshake.h | ||
| Makefile | ||
| netaddress.c | ||
| netaddress.h | ||
| peer_exchange_initmsg.c | ||
| peer_exchange_initmsg.h | ||
| tor.c | ||
| tor.h | ||
| tor_autoservice.c | ||
| tor_autoservice.h | ||