public override IResidue <ulong> Multiply(IResidue <ulong> x)
 {
     r = IntegerMath.ModularProduct(r, GetRep(x), reducer.modulus);
     return(this);
 }