Searched defs:doV (Results 1 - 1 of 1) sorted by last modified time

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DTnaf.java430 * @param doV If set to true, computes <code>V<sub>k-1</sub></code> and
437 public static BigInteger[] getLucas(byte mu, int k, boolean doV) argument
448 if (doV)

Completed in 107 milliseconds