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
Name |
Description |
input |
The bytes to hash. |
Created with MrDocs