Reads and hashes the given number of bytes without storing them.
Synopsis
Declared in <hash.h>
void
ignore(size_t num_bytes);
Parameters
Name |
Description |
num_bytes |
The number of bytes to consume. |
Created with MrDocs