public static byte[] CalculateHash(string data) { string hashString = new Sha3Keccack().CalculateHash(data); return(hashString.ToBytes()); }