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