elliptic-curve-0.3.0: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Data.Curve.Montgomery.Curve448

Contents

Synopsis

Documentation

Curve448 curve

type PA = MAPoint Curve448 Fq Fr Source #

Affine Curve448 curve point.

type R = 181709681073901722637330951972001133588410340171829515070372549795146003961539585716195755291692375963310293709091662304773755859649779 Source #

type Fr = Prime R Source #

Field of coefficients of Curve448 curve.

type Q = 726838724295606890549323807888004534353641360687318060281490199180612328166730772686396383698676545930088884461843637361053498018365439 Source #

type Fq = Prime Q Source #

Field of points of Curve448 curve.

_a :: Fq Source #

Coefficient A of Curve448 curve.

_b :: Fq Source #

Coefficient B of Curve448 curve.

_h :: Natural Source #

Cofactor of Curve448 curve.

_q :: Natural Source #

Characteristic of Curve448 curve.

_r :: Natural Source #

Order of Curve448 curve.

_x :: Fq Source #

Coordinate X of Curve448 curve.

_y :: Fq Source #

Coordinate Y of Curve448 curve.

gA :: PA Source #

Generator of affine Curve448 curve.