Constructs a verifier that reads from and hashes an underlying source.
Synopsis
Declared in <hash.h>
explicit
HashVerifier(Source& source);
Parameters
Name |
Description |
source |
The stream to read data from. |
Created with MrDocs