Exemple #1
0
/* this=1/this mod Modulus */
    public void inverse()
    {
        BIG r = redc();

        r.invmodp(p);
        x.copy(r);
        nres();
    }