Function esp_idf_hal::sys::mbedtls_sha3_starts
source ยท pub unsafe extern "C" fn mbedtls_sha3_starts(
ctx: *mut mbedtls_sha3_context,
id: u32,
) -> i32
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.