Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ ripemd160
Class
ripemd160
bitcoin/script.c:17–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
16
/* Bitcoin's OP_HASH160 is RIPEMD(SHA256()) */
17
static void hash160(struct ripemd160 *redeemhash, const void *mem, size_t len)
18
{
19
struct sha256 h;
20
Callers
3
hash160
Function · 0.70
bitcoin_wscript_htlc_offer
Function · 0.70
bitcoin_wscript_htlc_receive
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected