public void PowTest() { BigInt e = new BigInt("585f8a739443ace112bb166bb04fed079", 16); Assert.AreEqual(e, field.Pow(a, BigInt.ValueOf(20))); }