elliptic-curve-0.3.0: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Data.Curve.Weierstrass.SECP224R1

Contents

Synopsis

Documentation

SECP224R1 curve

type PP = WPPoint SECP224R1 Fq Fr Source #

Projective SECP224R1 point.

type PJ = WJPoint SECP224R1 Fq Fr Source #

Jacobian SECP224R1 point.

type PA = WAPoint SECP224R1 Fq Fr Source #

Affine SECP224R1 curve point.

type R = 26959946667150639794667015087019625940457807714424391721682722368061 Source #

type Fr = Prime R Source #

Field of coefficients of SECP224R1 curve.

type Q = 26959946667150639794667015087019630673557916260026308143510066298881 Source #

type Fq = Prime Q Source #

Field of points of SECP224R1 curve.

_a :: Fq Source #

Coefficient A of SECP224R1 curve.

_b :: Fq Source #

Coefficient B of SECP224R1 curve.

_h :: Natural Source #

Cofactor of SECP224R1 curve.

_q :: Natural Source #

Characteristic of SECP224R1 curve.

_r :: Natural Source #

Order of SECP224R1 curve.

_x :: Fq Source #

Coordinate X of SECP224R1 curve.

_y :: Fq Source #

Coordinate Y of SECP224R1 curve.

gA :: PA Source #

Generator of affine SECP224R1 curve.

gJ :: PJ Source #

Generator of Jacobian SECP224R1 curve.

gP :: PP Source #

Generator of projective SECP224R1 curve.