Searched refs:maxwordrange64 (Results 1 – 1 of 1) sorted by relevance
193 private static $maxwordrange64; variable in phpseclib3\\Crypt\\Hash878 $y = self::poly(64, self::$maxwordrange64, $k64, $m);886 $y = self::poly(64, self::$maxwordrange64, $k64, $m_1);992 if (!isset(self::$maxwordrange64)) {1012 … $maxwordrange64 = $one->bitwise_leftShift(64)->subtract($one->bitwise_leftShift(32));1013 self::$maxwordrange64 = self::$factory64->newInteger($maxwordrange64);