Пример #1
0
 public static void Inv(uint[] x, uint[] z)
 {
     Mod.CheckedModOddInverse(P, x, z);
 }