Uint8List sha160fromByte(Uint8List hex) { final hashed = getSHA256Digest(hex); return getRIPEMD160Digest(hashed); }