HASH160
Uint8List hash160(Uint8List buffer) { Uint8List _tmp = SHA256Digest().process(buffer); return RIPEMD160Digest().process(_tmp); }