HomeSort by relevance Sort by last modified time
    Searched refs:getSi (Results 1 - 3 of 3) sorted by null

  /external/bouncycastle/src/main/java/org/bouncycastle/math/ec/
WTauNafMultiplier.java 33 BigInteger[] s = curve.getSi();
ECCurve.java 499 synchronized BigInteger[] getSi()
503 si = Tnaf.getSi(this);
Tnaf.java 542 public static BigInteger[] getSi(ECCurve.F2m curve)
655 BigInteger[] s = curve.getSi();

Completed in 34 milliseconds