Reads bytes from the source and feeds them into the hash.
Synopsis
Declared in <hash.h>
void
read(std::span<std::byte> dst);
Parameters
Name |
Description |
dst |
Destination buffer to fill from the source. |
Created with MrDocs