[#HashVerifier-ignore] = xref:HashVerifier.adoc[HashVerifier]::ignore :relfileprefix: ../ :mrdocs: Reads and hashes the given number of bytes without storing them. == Synopsis Declared in `<hash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void ignore(size_t num_bytes); ---- == Parameters [cols="1,4"] |=== | Name| Description | *num_bytes* | The number of bytes to consume. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#