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