This function reads the SHA3 hash of the data and it can be called between calls to XSecure_Sha3Update.
Prototype
void XSecure_Sha3_ReadHash(XSecure_Sha3 *InstancePtr, u8 *Hash);
Parameters
The following table lists the XSecure_Sha3_ReadHash function arguments.
| Name | Description |
|---|---|
| InstancePtr | Pointer to the XSecure_Sha3 instance. |
| Hash | Pointer to a buffer in which read hash will be stored. |
Returns
None