elliptic-curve-0.3.0: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Data.Curve.Montgomery.Curve383187

Contents

Synopsis

Documentation

Curve383187 curve

type PA = MAPoint Curve383187 Fq Fr Source #

Affine Curve383187 curve point.

type R = 2462625387274654950767440006258975862817483704404090416747124418612574880605944350369924877650606926799392131911201 Source #

type Fr = Prime R Source #

Field of coefficients of Curve383187 curve.

type Q = 19701003098197239606139520050071806902539869635232723333974146702122860885748605305707133127442457820403313995153221 Source #

type Fq = Prime Q Source #

Field of points of Curve383187 curve.

_a :: Fq Source #

Coefficient A of Curve383187 curve.

_b :: Fq Source #

Coefficient B of Curve383187 curve.

_h :: Natural Source #

Cofactor of Curve383187 curve.

_q :: Natural Source #

Characteristic of Curve383187 curve.

_r :: Natural Source #

Order of Curve383187 curve.

_x :: Fq Source #

Coordinate X of Curve383187 curve.

_y :: Fq Source #

Coordinate Y of Curve383187 curve.

gA :: PA Source #

Generator of affine Curve383187 curve.