Home
last modified time | relevance | path

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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DTnaf.java447 public static BigInteger[] getLucas(byte mu, int k, boolean doV) in getLucas() method in Tnaf
519 BigInteger[] us = getLucas(mu, w, false); in getTw()
550 BigInteger[] ui = getLucas(mu, index, false); in getSi()
568 BigInteger[] ui = getLucas(mu, index, false); in getSi()
625 BigInteger[] v = getLucas(mu, m, true); in partModReduction()