Home
last modified time | relevance | path

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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECAlgorithms.java134 public static void montgomeryTrick(ECFieldElement[] zs, int off, int len) in montgomeryTrick() method in ECAlgorithms
136 montgomeryTrick(zs, off, len, null); in montgomeryTrick()
139 public static void montgomeryTrick(ECFieldElement[] zs, int off, int len, ECFieldElement scale) in montgomeryTrick() method in ECAlgorithms
DECCurve.java297 ECAlgorithms.montgomeryTrick(zs, 0, count, iso); in normalizeAll()