Searched refs:Integer (Results 1 – 11 of 11) sorted by relevance
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/ |
D | PrimeField.php | 19 use phpseclib3\Math\PrimeField\Integer; alias 52 Integer::setModulo($this->instanceID, $modulo); 53 … Integer::setRecurringModuloFunction($this->instanceID, $modulo->createRecurringModuloFunction()); 73 return new Integer($this->instanceID, $num); 88 …return new Integer($this->instanceID, BigInteger::randomRange($one, Integer::getModulo($this->inst… 98 return Integer::getModulo($this->instanceID)->getLengthInBytes(); 108 return Integer::getModulo($this->instanceID)->getLength(); 116 Integer::cleanupCache($this->instanceID);
|
D | BinaryField.php | 18 use phpseclib3\Math\BinaryField\Integer; alias 114 Integer::setModulo($this->instanceID, $modulo); 115 Integer::setRecurringModuloFunction($this->instanceID, $reduce); 128 return new Integer($this->instanceID, $num instanceof BigInteger ? $num->toBytes() : $num); 143 … return new Integer($this->instanceID, BigInteger::randomRange($one, $this->randomMax)->toBytes()); 153 return strlen(Integer::getModulo($this->instanceID)); 163 return strlen(Integer::getModulo($this->instanceID)) << 3;
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField/ |
D | Integer.php | 20 abstract class Integer implements \JsonSerializable class
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/ |
D | TwistedEdwards.php | 31 use phpseclib3\Math\PrimeField\Integer as PrimeInteger;
|
D | Prime.php | 26 use phpseclib3\Math\Common\FiniteField\Integer; alias 28 use phpseclib3\Math\PrimeField\Integer as PrimeInteger; 685 private static function getJSFPoints(Integer $k1, Integer $k2)
|
D | Montgomery.php | 30 use phpseclib3\Math\PrimeField\Integer as PrimeInteger;
|
D | Binary.php | 26 use phpseclib3\Math\BinaryField\Integer as BinaryInteger;
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/ |
D | Integer.php | 17 use phpseclib3\Math\Common\FiniteField\Integer as Base; 24 class Integer extends Base class
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/ |
D | Integer.php | 26 use phpseclib3\Math\Common\FiniteField\Integer as Base; 33 class Integer extends Base class
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/ |
D | Strings.php | 208 … if (!$element instanceof BigInteger && !$element instanceof FiniteField\Integer) {
|
/dokuwiki/vendor/geshi/geshi/ |
D | CHANGELOG | 283 * Added Standard Integer Types for C and c++ (BenBE)
|