Calculate the RIPEMD-160 hash of the input data
static List<int> ripemd160Hash(List<int> data) { return RIPEMD160.hash(data); }