elliptic-curve-0.2.1: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Curve.Weierstrass.SECP112R1

Synopsis

Documentation

type PP = WPPoint SECP112R1 Fq Fr Source #

Projective SECP112R1 point.

type PJ = WJPoint SECP112R1 Fq Fr Source #

Jacobian SECP112R1 point.

type PA = WAPoint SECP112R1 Fq Fr Source #

Affine SECP112R1 curve point.

type Fr = PrimeField 4451685225093714776491891542548933 Source #

Field of coefficients of SECP112R1 curve.

type Fq = PrimeField 4451685225093714772084598273548427 Source #

Field of points of SECP112R1 curve.

data SECP112R1 Source #

SECP112R1 curve.

Instances
WPCurve SECP112R1 Fq Fr Source #

Projective SECP112R1 curve is a Weierstrass projective curve.

Instance details

Defined in Curve.Weierstrass.SECP112R1

WJCurve SECP112R1 Fq Fr Source #

Jacobian SECP112R1 curve is a Weierstrass Jacobian curve.

Instance details

Defined in Curve.Weierstrass.SECP112R1

WACurve SECP112R1 Fq Fr Source #

Affine SECP112R1 curve is a Weierstrass affine curve.

Instance details

Defined in Curve.Weierstrass.SECP112R1

Curve Weierstrass c SECP112R1 Fq Fr => WCurve c SECP112R1 Fq Fr Source #

SECP112R1 curve is a Weierstrass curve.

Instance details

Defined in Curve.Weierstrass.SECP112R1

_a :: Fq Source #

Coefficient A of SECP112R1 curve.

_b :: Fq Source #

Coefficient B of SECP112R1 curve.

_h :: Integer Source #

Cofactor of SECP112R1 curve.

_q :: Integer Source #

Characteristic of SECP112R1 curve.

_r :: Integer Source #

Order of SECP112R1 curve.

_x :: Fq Source #

Coordinate X of SECP112R1 curve.

_y :: Fq Source #

Coordinate Y of SECP112R1 curve.

gA :: PA Source #

Generator of affine SECP112R1 curve.

gJ :: PJ Source #

Generator of Jacobian SECP112R1 curve.

gP :: PP Source #

Generator of projective SECP112R1 curve.