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

\brief Checkup routine for the algorithms implemented by this module: SHA3-224, SHA3-256, SHA3-384, SHA3-512.

\return 0 if successful, or 1 if the test failed.