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.