Beispiel #1
0
 public void ModSqrtTest(int a, int n, int res)
 {
     Assert.AreEqual(new BigInteger(res), BigIntegerExt.ModSqrt(a, n));
 }