elliptic-curve-0.3.0: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Data.Curve.Weierstrass.BrainpoolP512R1

Contents

Synopsis

Documentation

BrainpoolP512R1 curve

type PP = WPPoint BrainpoolP512R1 Fq Fr Source #

Projective BrainpoolP512R1 point.

type PJ = WJPoint BrainpoolP512R1 Fq Fr Source #

Jacobian BrainpoolP512R1 point.

type PA = WAPoint BrainpoolP512R1 Fq Fr Source #

Affine BrainpoolP512R1 curve point.

type R = 8948962207650232551656602815159153422162609644098354511344597187200057010413418528378981730643524959857451398370029280583094215613882043973354392115544169 Source #

type Fr = Prime R Source #

Field of coefficients of BrainpoolP512R1 curve.

type Q = 8948962207650232551656602815159153422162609644098354511344597187200057010413552439917934304191956942765446530386427345937963894309923928536070534607816947 Source #

type Fq = Prime Q Source #

Field of points of BrainpoolP512R1 curve.

_a :: Fq Source #

Coefficient A of BrainpoolP512R1 curve.

_b :: Fq Source #

Coefficient B of BrainpoolP512R1 curve.

_h :: Natural Source #

Cofactor of BrainpoolP512R1 curve.

_q :: Natural Source #

Characteristic of BrainpoolP512R1 curve.

_r :: Natural Source #

Order of BrainpoolP512R1 curve.

_x :: Fq Source #

Coordinate X of BrainpoolP512R1 curve.

_y :: Fq Source #

Coordinate Y of BrainpoolP512R1 curve.

gA :: PA Source #

Generator of affine BrainpoolP512R1 curve.

gJ :: PJ Source #

Generator of Jacobian BrainpoolP512R1 curve.

gP :: PP Source #

Generator of projective BrainpoolP512R1 curve.