mbedtls_sha256_starts_ret() function
This function starts a SHA-224 or SHA-256 checksum calculation.
Arguments
ctx
The context to use. This must be initialized.
is224
This determines which function to use. This must be either \c 0 for SHA-256, or \c 1 for SHA-224.
Return value
\c 0 on success. A negative error code on failure.