Get the RipeMD-160 digest of data.
data
data is the input binary data to hash.
Returns the 20-byte digest value as Uint8List.
static Uint8List digest(Uint8List data) { return digester!.digest(data); }