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