HashVerifier::read

Reads bytes from the source and feeds them into the hash.

Synopsis

Declared in <hash.h>

void
read(std::span<std::byte> dst);

Parameters

NameDescription
dstDestination buffer to fill from the source.