6 #ifndef RAVEN_CRYPTO_SHA1_H 7 #define RAVEN_CRYPTO_SHA1_H 17 unsigned char buf[64];
24 CSHA1&
Write(
const unsigned char* data,
size_t len);
25 void Finalize(
unsigned char hash[OUTPUT_SIZE]);
29 #endif // RAVEN_CRYPTO_SHA1_H CSHA1 & Write(const unsigned char *data, size_t len)
void Finalize(unsigned char hash[OUTPUT_SIZE])
static const size_t OUTPUT_SIZE