public void InverseTest() { BigInt e = new BigInt("4068b16ae3212238617c8cb5b0c2b6e7c", 16); Assert.AreEqual(e, field.Inverse(a)); }