pub unsafe extern "C" fn mbedtls_md_list() -> *const c_int
Expand description

\brief This function returns the list of digests supported by the generic digest module.

\note The list starts with the strongest available hashes.

\return A statically allocated array of digests. Each element in the returned list is an integer belonging to the message-digest enumeration #mbedtls_md_type_t. The last entry is 0.