Function esp_idf_sys::mbedtls_md_get_size
source ยท pub unsafe extern "C" fn mbedtls_md_get_size(
md_info: *const mbedtls_md_info_t,
) -> c_uchar
Expand description
\brief This function extracts the message-digest size from the message-digest information structure.
\param md_info The information structure of the message-digest algorithm to use.
\return The size of the message-digest output in Bytes.