Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DBinary.php28 use phpseclib3\Math\BinaryField\Integer as BinaryInteger; alias
117 * @param string|BinaryInteger $x
118 * @param string|BinaryInteger $y
123 case !is_string($x) && !$x instanceof BinaryInteger:
125 case !is_string($y) && !$y instanceof BinaryInteger: