Home
last modified time | relevance | path

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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DTnaf.java520 BigInteger twoToW = ECConstants.ZERO.setBit(w); in getTw() local
521 BigInteger u1invert = us[1].modInverse(twoToW); in getTw()
523 tw = ECConstants.TWO.multiply(us[0]).multiply(u1invert).mod(twoToW); in getTw()