MCPcopy Create free account
hub / github.com/ElementsProject/lightning / ripemd160_from_base58

Function ripemd160_from_base58

bitcoin/base58.c:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68bool ripemd160_from_base58(u8 *version, struct ripemd160 *rmd,
69 const char *base58, size_t base58_len)
70{
71 return from_base58(version, rmd, base58, base58_len);
72}

Callers 1

Calls 1

from_base58Function · 0.85

Tested by

no test coverage detected