public void TestIEDecrypt() { // Decrypt GroupElement PEPrime = IDEscrowFunctions.Decrypt(ieParam, ctext, sk); Assert.IsTrue(PE.Equals(PEPrime)); }