Home
last modified time | relevance | path

Searched refs:getInitialZCoords (Results 1 – 1 of 1) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECPoint.java13 protected static ECFieldElement[] getInitialZCoords(ECCurve curve) in getInitialZCoords() method in ECPoint
56 this(curve, x, y, getInitialZCoords(curve)); in ECPoint()