Uint8List sha160fromHex(String hex) { final hashed = getSHA256Digest(hex.toUint8List()); return getRIPEMD160Digest(hashed); }