[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP/ -> DefaultEngine.php (summary)

GMP Modular Exponentiation Engine PHP version 5 and 7

Author: Jim Wigginton
Copyright: 2017 Jim Wigginton
License: http://www.opensource.org/licenses/mit-license.html MIT License
Link: http://pear.php.net/package/Math_BigInteger
File Size: 40 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 function

  powModHelper()

Functions
Functions that are not part of a class:

powModHelper(GMP $x, GMP $e, GMP $n)   X-Ref
Performs modular exponentiation.

return: GMP
param: GMP $x
param: GMP $e
param: GMP $n