[#HashVerifier-read] = xref:HashVerifier.adoc[HashVerifier]::read :relfileprefix: ../ :mrdocs: Reads bytes from the source and feeds them into the hash. == Synopsis Declared in `<hash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void read(std::span<std::byte> dst); ---- == Parameters [cols="1,4"] |=== | Name| Description | *dst* | Destination buffer to fill from the source. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#