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

Function fromwire_sha256

wire/fromwire.c:217–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217void fromwire_sha256(const u8 **cursor, size_t *max, struct sha256 *sha256)
218{
219 fromwire(cursor, max, sha256, sizeof(*sha256));
220}
221
222void fromwire_ripemd160(const u8 **cursor, size_t *max, struct ripemd160 *ripemd)
223{

Callers 1

fromwire_sha256_doubleFunction · 0.50

Calls 1

fromwireFunction · 0.70

Tested by

no test coverage detected