Function esp_idf_sys::mbedtls_sha3_free
source ยท pub unsafe extern "C" fn mbedtls_sha3_free(
ctx: *mut mbedtls_sha3_context,
)
Expand description
\brief This function clears a SHA-3 context.
\param ctx The SHA-3 context to clear. This may be \c NULL, in which case this function returns immediately. If it is not \c NULL, it must point to an initialized SHA-3 context.