[#HashVerifier-2constructor] = xref:HashVerifier.adoc[HashVerifier]::HashVerifier :relfileprefix: ../ :mrdocs: Constructs a verifier that reads from and hashes an underlying source. == Synopsis Declared in `<hash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit HashVerifier(Source& source); ---- == Parameters [cols="1,4"] |=== | Name| Description | *source* | The stream to read data from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#