5 #ifndef BITCOIN_CRYPTO_RIPEMD160_H 6 #define BITCOIN_CRYPTO_RIPEMD160_H 11 #include "crypto_global.h" 18 unsigned char buf[64];
22 static const size_t OUTPUT_SIZE = 20;
25 CRIPEMD160& Write(
const unsigned char* data,
size_t len);
26 void Finalize(
unsigned char hash[OUTPUT_SIZE]);
30 #endif // BITCOIN_CRYPTO_RIPEMD160_H Definition: ripemd160.h:14