Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ ripemd160_from_base58
Function
ripemd160_from_base58
bitcoin/base58.c:63–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
bool ripemd160_from_base58(u8 *version, struct ripemd160 *rmd,
64
const char *base58, size_t base58_len)
65
{
66
return from_base58(version, rmd, base58, base58_len);
67
}
Callers
3
json_to_address_scriptpubkey
Function · 0.85
decode_scriptpubkey_from_addr
Function · 0.85
is_bitcoin_address
Function · 0.85
Calls
1
from_base58
Function · 0.85
Tested by
no test coverage detected