Example #1
0
 /* this=this^p using Frobenius */
 public void Frob(FP2 f)
 {
     a.Conj();
     b.Conj();
     b.Mul(f);
 }