XSecure_Sha3_ReadHash - 2020.2 English

OS and Libraries Document Collection (UG643)

Document ID
UG643
Release Date
2020-11-24
Version
2020.2 English

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.

Table 1. XSecure_Sha3_ReadHash Arguments
Name Description
InstancePtr Pointer to the XSecure_Sha3 instance.
Hash Pointer to a buffer in which read hash will be stored.

Returns

None