/* return jacobi symbol (this/Modulus) */ public int Jacobi() { BIG w = Redc(); return(w.Jacobi(new BIG(ROM.Modulus))); }