예제 #1
0
 public override IResidue <ulong> Power(ulong x)
 {
     r = IntegerMath.ModularPower(r, x, reducer.modulus);
     return(this);
 }