Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ towire_ripemd160
Function
towire_ripemd160
wire/towire.c:133–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
133
void towire_ripemd160(u8 **pptr, const struct ripemd160 *ripemd)
134
{
135
towire(pptr, ripemd, sizeof(*ripemd));
136
}
137
138
void towire_u8_array(u8 **pptr, const u8 *arr, size_t num)
139
{
Callers
1
towire_htlc_stub
Function · 0.85
Calls
1
towire
Function · 0.70
Tested by
no test coverage detected