public string CN_FastHash(byte[] Data) { byte[] Output = Keccak.Hash(Data); return(ByteArrayToHexString(Output)); }