5#ifndef BITCOIN_CRYPTO_RIPEMD160_H 
    6#define BITCOIN_CRYPTO_RIPEMD160_H 
   16    unsigned char buf[64];
 
A hasher class for RIPEMD-160.
CRIPEMD160 & Write(const unsigned char *data, size_t len)
void Finalize(unsigned char hash[OUTPUT_SIZE])
static const size_t OUTPUT_SIZE