mbedtls_sha256_context struct
The SHA-256 context structure. The structure is used both for SHA-256 and for SHA-224 checksum calculations. The choice between these two is made in the call to mbedtls_sha256_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-256, or 1: Use SHA-224.