Adds data to the running hash.

Synopsis

Declared in <hash.h>

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

Parameters

Name

Description

src

The bytes to hash.

Created with MrDocs