19 #ifndef CX_RIPEMD160_H
20 #define CX_RIPEMD160_H
28 extern const cx_hash_info_t cx_ripemd160_info;
30 WARN_UNUSED_RESULT cx_err_t cx_ripemd160_update(cx_ripemd160_t *ctx,
33 WARN_UNUSED_RESULT cx_err_t cx_ripemd160_final(cx_ripemd160_t *ctx,
uint8_t *digest);
RIPEMD-160 hash function.