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

Function towire_sha256_double

bitcoin/shadouble.c:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18REGISTER_TYPE_TO_HEXSTR(sha256_double);
19
20void towire_sha256_double(u8 **pptr, const struct sha256_double *sha256d)
21{
22 towire_sha256(pptr, &sha256d->sha);
23}
24
25void fromwire_sha256_double(const u8 **cursor, size_t *max,
26 struct sha256_double *sha256d)

Callers 2

towire_bitcoin_txidFunction · 0.85
towire_bitcoin_blkidFunction · 0.85

Calls 1

towire_sha256Function · 0.50

Tested by

no test coverage detected