elliptic-curve-0.2.1: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Curve.Weierstrass.SECP160R1

Synopsis

Documentation

type PP = WPPoint SECP160R1 Fq Fr Source #

Projective SECP160R1 point.

type PJ = WJPoint SECP160R1 Fq Fr Source #

Jacobian SECP160R1 point.

type PA = WAPoint SECP160R1 Fq Fr Source #

Affine SECP160R1 curve point.

type Fr = PrimeField 1461501637330902918203687197606826779884643492439 Source #

Field of coefficients of SECP160R1 curve.

type Fq = PrimeField 1461501637330902918203684832716283019653785059327 Source #

Field of points of SECP160R1 curve.

data SECP160R1 Source #

SECP160R1 curve.

Instances
WPCurve SECP160R1 Fq Fr Source #

Projective SECP160R1 curve is a Weierstrass projective curve.

Instance details

Defined in Curve.Weierstrass.SECP160R1

WJCurve SECP160R1 Fq Fr Source #

Jacobian SECP160R1 curve is a Weierstrass Jacobian curve.

Instance details

Defined in Curve.Weierstrass.SECP160R1

WACurve SECP160R1 Fq Fr Source #

Affine SECP160R1 curve is a Weierstrass affine curve.

Instance details

Defined in Curve.Weierstrass.SECP160R1

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

SECP160R1 curve is a Weierstrass curve.

Instance details

Defined in Curve.Weierstrass.SECP160R1

_a :: Fq Source #

Coefficient A of SECP160R1 curve.

_b :: Fq Source #

Coefficient B of SECP160R1 curve.

_h :: Integer Source #

Cofactor of SECP160R1 curve.

_q :: Integer Source #

Characteristic of SECP160R1 curve.

_r :: Integer Source #

Order of SECP160R1 curve.

_x :: Fq Source #

Coordinate X of SECP160R1 curve.

_y :: Fq Source #

Coordinate Y of SECP160R1 curve.

gA :: PA Source #

Generator of affine SECP160R1 curve.

gJ :: PJ Source #

Generator of Jacobian SECP160R1 curve.

gP :: PP Source #

Generator of projective SECP160R1 curve.