4.20.2.3 SHA256_DataAdd()

void SHA256_DataAdd (uint8_t * data)

This routine adds data to a SHA-256 hash being calculated. When the data length reaches a block size (64 bytes), this function will calculate the hash over that block and store the current hash value in the hash context.

Parameters:
data

- Pointer to the data being added.

Returns:

none