MCPcopy Create free account
hub / github.com/ElementsProject/elements / CRIPEMD160

Method CRIPEMD160

src/crypto/ripemd160.cpp:242–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240////// RIPEMD160
241
242CRIPEMD160::CRIPEMD160() : bytes(0)
243{
244 ripemd160::Initialize(s);
245}
246
247CRIPEMD160& CRIPEMD160::Write(const unsigned char* data, size_t len)
248{

Callers

nothing calls this directly

Calls 1

InitializeFunction · 0.70

Tested by

no test coverage detected