Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php130 … $temp = $temp->add(new static($this->int2bytes(substr($x, 0, static::MAX10LEN)), 256));
894 private static function int2bytes($x) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP