MCPcopy 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()) */
30static void hash160(struct ripemd160 *redeemhash, const void *mem, size_t len)
31{
32 struct sha256 h;
33

Callers 3

hash160Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected