Function esp_idf_sys::mbedtls_sha1_init
source ยท pub unsafe extern "C" fn mbedtls_sha1_init(
ctx: *mut mbedtls_sha1_context,
)
Expand description
\brief This function initializes a SHA-1 context.
\warning SHA-1 is considered a weak message digest and its use constitutes a security risk. We recommend considering stronger message digests instead.
\param ctx The SHA-1 context to initialize. This must not be \c NULL.