Пример #1
0
/* return jacobi symbol (this/Modulus) */
    public int jacobi()
    {
        BIG w = redc();

        return(w.jacobi(p));
    }