Searched refs:k2 (Results 1 – 4 of 4) sorted by relevance
685 private static function getJSFPoints(Integer $k1, Integer $k2) argument694 $k2 = $k2->toBigInteger();698 while ($k1->compare(new BigInteger(-$d1)) > 0 || $k2->compare(new BigInteger(-$d2)) > 0) {704 $m24 = $k2->testBit(0) + 2 * $k2->testBit(1);726 $m8 = $k2->testBit(0) + 2 * $k2->testBit(1) + 4 * $k2->testBit(2);741 $k2 = $k2->bitwise_rightShift(1);
143 $k2 = $q1->add($q2)->negate();168 if ($k2->isNegative()) {169 $k2 = $k2->negate();179 $nscalars[$pos] = $this->factory->newInteger($k2);
758 foreach ($input as $k2 => $v2) {759 if ($v2 == $np_target[$k2]) {
951 * @param string $k2 string of length 4 bytes.955 private static function L3Hash($k1, $k2, $m) argument966 $y = $y ^ $k2;