public void EncryptTest() { sack.file = new List <int>() { 0, 1, 1, 0, 0, 0, 0, 1 }; sack.Encrypt(); Assert.AreEqual(new BigInteger(1129), sack.encryptedFile[0]); }