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

\brief RIPEMD-160 process buffer

\param ctx RIPEMD-160 context \param input buffer holding the data \param ilen length of the input data

\return 0 if successful