Function esp_idf_sys::mbedtls_sha3_init
source ยท pub unsafe extern "C" fn mbedtls_sha3_init(
ctx: *mut mbedtls_sha3_context,
)
Expand description
\brief This function initializes a SHA-3 context.
\param ctx The SHA-3 context to initialize. This must not be \c NULL.