Searched refs:twoToW (Results 1 – 1 of 1) sorted by relevance
520 BigInteger twoToW = ECConstants.ZERO.setBit(w); in getTw() local521 BigInteger u1invert = us[1].modInverse(twoToW); in getTw()523 tw = ECConstants.TWO.multiply(us[0]).multiply(u1invert).mod(twoToW); in getTw()