CurveParameters
in package
Table of Contents
Properties
- $a : GMP
- Elliptic curve over the field of integers modulo a prime.
- $b : GMP
- $prime : GMP
- $size : int
- Binary length of keys associated with these curve parameters
Methods
- __construct() : mixed
- getA() : GMP
- getB() : GMP
- getPrime() : GMP
- getSize() : int
Properties
$a
Elliptic curve over the field of integers modulo a prime.
protected
GMP
$a
$b
protected
GMP
$b
$prime
protected
GMP
$prime
$size
Binary length of keys associated with these curve parameters
protected
int
$size
Methods
__construct()
public
__construct(int $size, GMP $prime, GMP $a, GMP $b) : mixed
Parameters
- $size : int
- $prime : GMP
- $a : GMP
- $b : GMP
getA()
public
getA() : GMP
Return values
GMPgetB()
public
getB() : GMP
Return values
GMPgetPrime()
public
getPrime() : GMP
Return values
GMPgetSize()
public
getSize() : int