MCPcopy 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
63bool 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

is_bitcoin_addressFunction · 0.85

Calls 1

from_base58Function · 0.85

Tested by

no test coverage detected