hash160 function

Uint8List hash160(
  1. Uint8List msg
)

Implementation

Uint8List hash160(Uint8List msg) => _ripemd160(_singleSha256(msg));