elliptic-curve-0.3.0: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Data.Curve.Weierstrass.BrainpoolP320R1

Contents

Synopsis

Documentation

BrainpoolP320R1 curve

type PP = WPPoint BrainpoolP320R1 Fq Fr Source #

Projective BrainpoolP320R1 point.

type PJ = WJPoint BrainpoolP320R1 Fq Fr Source #

Jacobian BrainpoolP320R1 point.

type PA = WAPoint BrainpoolP320R1 Fq Fr Source #

Affine BrainpoolP320R1 curve point.

type R = 1763593322239166354161909842446019520889512772717686063760686124016784784845843468355685258203921 Source #

type Fr = Prime R Source #

Field of coefficients of BrainpoolP320R1 curve.

type Q = 1763593322239166354161909842446019520889512772719515192772960415288640868802149818095501499903527 Source #

type Fq = Prime Q Source #

Field of points of BrainpoolP320R1 curve.

_a :: Fq Source #

Coefficient A of BrainpoolP320R1 curve.

_b :: Fq Source #

Coefficient B of BrainpoolP320R1 curve.

_h :: Natural Source #

Cofactor of BrainpoolP320R1 curve.

_q :: Natural Source #

Characteristic of BrainpoolP320R1 curve.

_r :: Natural Source #

Order of BrainpoolP320R1 curve.

_x :: Fq Source #

Coordinate X of BrainpoolP320R1 curve.

_y :: Fq Source #

Coordinate Y of BrainpoolP320R1 curve.

gA :: PA Source #

Generator of affine BrainpoolP320R1 curve.

gJ :: PJ Source #

Generator of Jacobian BrainpoolP320R1 curve.

gP :: PP Source #

Generator of projective BrainpoolP320R1 curve.