Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php249 … self::subMultiply(str_pad($x, 4, "\0", STR_PAD_LEFT), str_pad($y, 4, "\0", STR_PAD_LEFT)) :
250 self::subMultiply($x, $y);
289 private static function subMultiply($x, $y) function in phpseclib3\\Math\\BinaryField\\Integer