elliptic-curve-0.2.2: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Curve.Weierstrass.SECP384R1

Synopsis

Documentation

type PP = WPPoint SECP384R1 Fq Fr Source #

Projective SECP384R1 point.

type PJ = WJPoint SECP384R1 Fq Fr Source #

Jacobian SECP384R1 point.

type PA = WAPoint SECP384R1 Fq Fr Source #

Affine SECP384R1 curve point.

type Fr = PrimeField 39402006196394479212279040100143613805079739270465446667946905279627659399113263569398956308152294913554433653942643 Source #

Field of coefficients of SECP384R1 curve.

type Fq = PrimeField 39402006196394479212279040100143613805079739270465446667948293404245721771496870329047266088258938001861606973112319 Source #

Field of points of SECP384R1 curve.

data SECP384R1 Source #

SECP384R1 curve.

Instances
WPCurve SECP384R1 Fq Fr Source #

Projective SECP384R1 curve is a Weierstrass projective curve.

Instance details

Defined in Curve.Weierstrass.SECP384R1

WJCurve SECP384R1 Fq Fr Source #

Jacobian SECP384R1 curve is a Weierstrass Jacobian curve.

Instance details

Defined in Curve.Weierstrass.SECP384R1

WACurve SECP384R1 Fq Fr Source #

Affine SECP384R1 curve is a Weierstrass affine curve.

Instance details

Defined in Curve.Weierstrass.SECP384R1

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

SECP384R1 curve is a Weierstrass curve.

Instance details

Defined in Curve.Weierstrass.SECP384R1

_a :: Fq Source #

Coefficient A of SECP384R1 curve.

_b :: Fq Source #

Coefficient B of SECP384R1 curve.

_h :: Integer Source #

Cofactor of SECP384R1 curve.

_q :: Integer Source #

Characteristic of SECP384R1 curve.

_r :: Integer Source #

Order of SECP384R1 curve.

_x :: Fq Source #

Coordinate X of SECP384R1 curve.

_y :: Fq Source #

Coordinate Y of SECP384R1 curve.

gA :: PA Source #

Generator of affine SECP384R1 curve.

gJ :: PJ Source #

Generator of Jacobian SECP384R1 curve.

gP :: PP Source #

Generator of projective SECP384R1 curve.