Home | History | Annotate | Download | only in ec

Lines Matching defs:points

101      * Input: The points P, Q, scalar k = (km?, ... , k1, k0)
230 ECPoint[] points = new ECPoint[]{ Q, PsubQ, P, PaddQ };
231 curve.normalizeAll(points);
234 points[3].negate(), points[2].negate(), points[1].negate(),
235 points[0].negate(), infinity, points[0],
236 points[1], points[2], points[3] };