public void MultiplyTest() { BigInt e = new BigInt("67e8b04a172e4c11cfb35c570551d75dc", 16); Assert.AreEqual(e, field.Multiply(a, b)); }