Esempio n. 1
0
 public Fp12 Negate()
 {
     return(new Fp12(a.Negate(), b.Negate()));
 }