C
void SHA1AddData( HASH_SUM* theSum, BYTE* data, WORD len );
Description
Adds data to a SHA-1 hash calculation.
Preconditions
The hash context has already been initialized.
Parameters
Parameters |
Description |
theSum |
a pointer to the hash context structure |
data |
the data to add to the hash |
len |
the length of the data to add |
Returns
None