[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/ -> Curve448.php (summary)

Curve448

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

Defines 1 class

Curve448:: (4 methods):
  __construct()
  multiplyPoint()
  createRandomMultiplier()
  rangeCheck()


Class: Curve448  - X-Ref

__construct()   X-Ref
No description

multiplyPoint(array $p, BigInteger $d)   X-Ref
Multiply a point on the curve by a scalar

Modifies the scalar as described at https://tools.ietf.org/html/rfc7748#page-8

return: array

createRandomMultiplier()   X-Ref
Creates a random scalar multiplier

return: BigInteger

rangeCheck(BigInteger $x)   X-Ref
Performs range check