mbedtls_sha512_context struct
The SHA-512 context structure. The structure is used both for SHA-384 and for SHA-512 checksum calculations. The choice between these two is made in the call to mbedtls_sha512_starts_ret().
Fields
The number of Bytes processed.
The intermediate digest state.
The data block being processed.
Determines which function to use: 0: Use SHA-512, or 1: Use SHA-384.