public KPrefs(ulong secretKey) { var bytes = BitConverter.GetBytes(secretKey); // 8 bytes secret key Crypter = new KCrypt(bytes); }