HashWriter::write

Adds data to the running hash.

Synopsis

Declared in <hash.h>

void
write(std::span<std::byte const> src);

Parameters

NameDescription
srcThe bytes to hash.