CHash256::Write

Adds more data to be hashed.

Synopsis

Declared in <hash.h>

CHash256&
Write(std::span<unsigned char const> input);

Return Value

A reference to this hasher, for chaining.

Parameters

NameDescription
inputThe bytes to hash.