SHA256D64

Compute multiple double-SHA256's of 64-byte blobs. output: pointer to a blocks*32 byte output buffer input: pointer to a blocks*64 byte input buffer blocks: the number of hashes to compute.

Synopsis

Declared in <crypto/sha256.h>

void
SHA256D64(
    unsigned char* output,
    unsigned char const* input,
    size_t blocks);

Parameters

NameDescription
outputPointer to a blocks*32 byte output buffer.
inputPointer to a blocks*64 byte input buffer.
blocksThe number of hashes to compute.