Searched refs:squarePow (Results 1 – 2 of 2) sorted by relevance
62 public ECFieldElement squarePow(int pow) in squarePow() method in ECFieldElement784 public ECFieldElement squarePow(int pow) in squarePow() method in ECFieldElement.Fp.F2m796 return (x.isZero() || x.isOne()) ? this : squarePow(m - 1); in sqrt()
1557 …return (ECPoint.AbstractF2m)curve.createRawPoint(X1.squarePow(pow), Y1.squarePow(pow), this.withCo…1563 … return (ECPoint.AbstractF2m)curve.createRawPoint(X1.squarePow(pow), Y1.squarePow(pow),1564 new ECFieldElement[]{ Z1.squarePow(pow) }, this.withCompression);