Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBinaryField.php47 private $randomMax; variable in phpseclib3\\Math\\BinaryField
112 $this->randomMax = new BigInteger($modulo, 2);
138 … return new Integer($this->instanceID, BigInteger::randomRange($one, $this->randomMax)->toBytes());