Home
last modified time | relevance | path

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

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