Documentation

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

$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

        
On this page

Search results