Combine a contiguous array of elements into a hash state.
Synopsis
Description
Combines a contiguous array of size elements into a hash state, returning the updated state.
Return Value
The updated hash state.
Parameters
Name |
Description |
hash_state |
The hash state to update. |
first |
A pointer to the first byte of the array. |
size |
The number of bytes in the array. |
Created with MrDocs