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

Function fromwire_sha256

wire/fromwire.c:192–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192void fromwire_sha256(const u8 **cursor, size_t *max, struct sha256 *sha256)
193{
194 fromwire(cursor, max, sha256, sizeof(*sha256));
195}
196
197void fromwire_ripemd160(const u8 **cursor, size_t *max, struct ripemd160 *ripemd)
198{

Callers

nothing calls this directly

Calls 1

fromwireFunction · 0.70

Tested by

no test coverage detected