Home
last modified time | relevance | path

Searched refs:bitwise_not (Results 1 – 2 of 2) sorted by last modified time

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php1409 $g->bitwise_and($e->bitwise_not())
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php519 public function bitwise_not()
521 return new static($this->value->bitwise_not());
2921 function bitwise_not() global() function in phpseclib\\Math\\BigInteger