elliptic-curve-0.3.0: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Data.Curve.Weierstrass.SECP256R1

Contents

Synopsis

Documentation

SECP256R1 curve

type PP = WPPoint SECP256R1 Fq Fr Source #

Projective SECP256R1 point.

type PJ = WJPoint SECP256R1 Fq Fr Source #

Jacobian SECP256R1 point.

type PA = WAPoint SECP256R1 Fq Fr Source #

Affine SECP256R1 curve point.

type R = 115792089210356248762697446949407573529996955224135760342422259061068512044369 Source #

type Fr = Prime R Source #

Field of coefficients of SECP256R1 curve.

type Q = 115792089210356248762697446949407573530086143415290314195533631308867097853951 Source #

type Fq = Prime Q Source #

Field of points of SECP256R1 curve.

_a :: Fq Source #

Coefficient A of SECP256R1 curve.

_b :: Fq Source #

Coefficient B of SECP256R1 curve.

_h :: Natural Source #

Cofactor of SECP256R1 curve.

_q :: Natural Source #

Characteristic of SECP256R1 curve.

_r :: Natural Source #

Order of SECP256R1 curve.

_x :: Fq Source #

Coordinate X of SECP256R1 curve.

_y :: Fq Source #

Coordinate Y of SECP256R1 curve.

gA :: PA Source #

Generator of affine SECP256R1 curve.

gJ :: PJ Source #

Generator of Jacobian SECP256R1 curve.

gP :: PP Source #

Generator of projective SECP256R1 curve.