Searched defs:normalizeAll (Results 1 - 1 of 1) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECCurve.java230 public void normalizeAll(ECPoint[] points) method in class:ECCurve
232 normalizeAll(points, 0, points.length, null);
253 public void normalizeAll(ECPoint[] points, int off, int len, ECFieldElement iso) method in class:ECCurve

Completed in 1521 milliseconds