Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
114
void towire_ripemd160(u8 **pptr, const struct ripemd160 *ripemd)
115
{
116
towire(pptr, ripemd, sizeof(*ripemd));
117
}
118
119
void towire_u8_array(u8 **pptr, const u8 *arr, size_t num)
120
{
Callers
1
towire_htlc_stub
Function · 0.85
Calls
1
towire
Function · 0.70
Tested by
no test coverage detected