RIPEMD160 static method

Hasher RIPEMD160(
  1. dynamic data
)

Implementation

static Hasher RIPEMD160(dynamic data) => ripemd160.RIPEMD160(data);