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

Function decrypt_encrypted_data

common/test/run-sphinx.c:62–66  ·  view source on GitHub ↗

Generated stub for decrypt_encrypted_data */

Source from the content-addressed store, hash-verified

60{ fprintf(stderr, "bigsize_put called!\n"); abort(); }
61/* Generated stub for decrypt_encrypted_data */
62struct tlv_encrypted_data_tlv *decrypt_encrypted_data(const tal_t *ctx UNNEEDED,
63 const struct secret *ss UNNEEDED,
64 const u8 *enctlv)
65
66{ fprintf(stderr, "decrypt_encrypted_data called!\n"); abort(); }
67/* Generated stub for ecdh */
68void ecdh(const struct pubkey *point UNNEEDED, struct secret *ss UNNEEDED)
69{ fprintf(stderr, "ecdh called!\n"); abort(); }

Callers 3

next_onionFunction · 0.70
test_decryptFunction · 0.70
test_final_decryptFunction · 0.70

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected