pub unsafe extern "C" fn mbedtls_sha1_self_test(
    verbose: c_int
) -> c_int
Expand description

\brief The SHA-1 checkup routine.

\warning SHA-1 is considered a weak message digest and its use constitutes a security risk. We recommend considering stronger message digests instead.

\return \c 0 on success. \return \c 1 on failure.