public void SubtractTest() { BigInt e = new BigInt("87265ad49c66c3c61898181ef6acb1d4", 16); Assert.AreEqual(e, field.Subtract(b, a)); }