pub unsafe extern "C" fn mbedtls_ripemd160(
    input: *const c_uchar,
    ilen: usize,
    output: *mut c_uchar
) -> c_int
Expand description

\brief Output = RIPEMD-160( input buffer )

\param input buffer holding the data \param ilen length of the input data \param output RIPEMD-160 checksum result

\return 0 if successful