Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ towire_sha256
Function
towire_sha256
wire/towire.c:109–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
}
108
109
void towire_sha256(u8 **pptr, const struct sha256 *sha256)
110
{
111
towire(pptr, sha256, sizeof(*sha256));
112
}
113
114
void towire_ripemd160(u8 **pptr, const struct ripemd160 *ripemd)
115
{
Callers
1
peer_failed_our_htlc
Function · 0.50
Calls
1
towire
Function · 0.70
Tested by
no test coverage detected