MCPcopy Create free account
hub / github.com/ElementsProject/lightning / ecdh

Function ecdh

devtools/onion.c:16–19  ·  view source on GitHub ↗

We don't actually use this, but common/onion needs it */

Source from the content-addressed store, hash-verified

14
15/* We don't actually use this, but common/onion needs it */
16void ecdh(const struct pubkey *point, struct secret *ss)
17{
18 abort();
19}
20
21static void do_generate(int argc, char **argv,
22 const u8 *assocdata,

Callers 1

ecdh_maybe_blindingFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected