[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/vendor/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField/ -> Integer.php (summary)

Finite Field Integer Base Class PHP version 5 and 7

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

Defines 1 function

  jsonSerialize()

Functions
Functions that are not part of a class:

jsonSerialize()   X-Ref
JSON Serialize

Will be called, automatically, when json_encode() is called on a BigInteger object.

PHP Serialize isn't supported because unserializing would require the factory be
serialized as well and that just sounds like too much

return: array{hex: string}