5#ifndef BITCOIN_CRYPTO_SHA512_H
6#define BITCOIN_CRYPTO_SHA512_H
16 unsigned char buf[128];
A hasher class for SHA-512.
static constexpr size_t OUTPUT_SIZE
void Finalize(unsigned char hash[OUTPUT_SIZE])
CSHA512 & Write(const unsigned char *data, size_t len)