HomeSort by relevance Sort by last modified time
    Searched full:includenegated (Results 1 - 1 of 1) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
WNafUtil.java 346 public static ECPoint mapPointWithPrecomp(ECPoint p, int width, boolean includeNegated,
350 WNafPreCompInfo wnafPreCompP = precompute(p, width, includeNegated);
370 if (includeNegated)
385 public static WNafPreCompInfo precompute(ECPoint p, int width, boolean includeNegated)
487 if (includeNegated)

Completed in 219 milliseconds