Function esp_idf_sys::mbedtls_sha3_starts
source ยท pub unsafe extern "C" fn mbedtls_sha3_starts(
ctx: *mut mbedtls_sha3_context,
id: mbedtls_sha3_id,
) -> c_int
Expand description
\brief This function starts a SHA-3 checksum calculation.
\param ctx The context to use. This must be initialized. \param id The id of the SHA-3 family.
\return \c 0 on success. \return A negative error code on failure.