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

Function towire_ripemd160

wire/towire.c:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void towire_ripemd160(u8 **pptr, const struct ripemd160 *ripemd)
115{
116 towire(pptr, ripemd, sizeof(*ripemd));
117}
118
119void towire_u8_array(u8 **pptr, const u8 *arr, size_t num)
120{

Callers 1

towire_htlc_stubFunction · 0.85

Calls 1

towireFunction · 0.70

Tested by

no test coverage detected