HashedSourceWriter::write

Writes bytes to the source and feeds them into the hash.

Synopsis

Declared in <hash.h>

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

Parameters

NameDescription
srcThe bytes to write and hash.