elliptic-curve-0.3.0: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Data.Curve.Weierstrass.SECP112R2

Contents

Synopsis

Documentation

SECP112R2 curve

type PP = WPPoint SECP112R2 Fq Fr Source #

Projective SECP112R2 point.

type PJ = WJPoint SECP112R2 Fq Fr Source #

Jacobian SECP112R2 point.

type PA = WAPoint SECP112R2 Fq Fr Source #

Affine SECP112R2 curve point.

type R = 1112921306273428674967732714786891 Source #

type Fr = Prime R Source #

Field of coefficients of SECP112R2 curve.

type Q = 4451685225093714772084598273548427 Source #

type Fq = Prime Q Source #

Field of points of SECP112R2 curve.

_a :: Fq Source #

Coefficient A of SECP112R2 curve.

_b :: Fq Source #

Coefficient B of SECP112R2 curve.

_h :: Natural Source #

Cofactor of SECP112R2 curve.

_q :: Natural Source #

Characteristic of SECP112R2 curve.

_r :: Natural Source #

Order of SECP112R2 curve.

_x :: Fq Source #

Coordinate X of SECP112R2 curve.

_y :: Fq Source #

Coordinate Y of SECP112R2 curve.

gA :: PA Source #

Generator of affine SECP112R2 curve.

gJ :: PJ Source #

Generator of Jacobian SECP112R2 curve.

gP :: PP Source #

Generator of projective SECP112R2 curve.