Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ ripemd160
Class
ripemd160
bitcoin/script.c:30–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
29
/* Bitcoin's OP_HASH160 is RIPEMD(SHA256()) */
30
static void hash160(struct ripemd160 *redeemhash, const void *mem, size_t len)
31
{
32
struct sha256 h;
33
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