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

Name

Description

src

The bytes to write and hash.

Created with MrDocs