Home
last modified time | relevance | path

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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECPoint.java935 ECFieldElement _2t = two(t); in twice() local
936 ECFieldElement Y3 = _4B.subtract(h).multiply(w).subtract(two(_2t.square())); in twice()
937 ECFieldElement _4sSquared = Z1IsOne ? two(_2t) : _2s.square(); in twice()