elliptic-curve-0.3.0: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Data.Curve.Weierstrass.SECP224K1

Contents

Synopsis

Documentation

SECP224K1 curve

type PP = WPPoint SECP224K1 Fq Fr Source #

Projective SECP224K1 point.

type PJ = WJPoint SECP224K1 Fq Fr Source #

Jacobian SECP224K1 point.

type PA = WAPoint SECP224K1 Fq Fr Source #

Affine SECP224K1 curve point.

type R = 26959946667150639794667015087019640346510327083120074548994958668279 Source #

type Fr = Prime R Source #

Field of coefficients of SECP224K1 curve.

type Q = 26959946667150639794667015087019630673637144422540572481099315275117 Source #

type Fq = Prime Q Source #

Field of points of SECP224K1 curve.

_a :: Fq Source #

Coefficient A of SECP224K1 curve.

_b :: Fq Source #

Coefficient B of SECP224K1 curve.

_h :: Natural Source #

Cofactor of SECP224K1 curve.

_q :: Natural Source #

Characteristic of SECP224K1 curve.

_r :: Natural Source #

Order of SECP224K1 curve.

_x :: Fq Source #

Coordinate X of SECP224K1 curve.

_y :: Fq Source #

Coordinate Y of SECP224K1 curve.

gA :: PA Source #

Generator of affine SECP224K1 curve.

gJ :: PJ Source #

Generator of Jacobian SECP224K1 curve.

gP :: PP Source #

Generator of projective SECP224K1 curve.