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

Function ecdh

devtools/onion.c:17–20  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers 2

ecdh_maybe_blindingFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected