elliptic-curve-0.2.2: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Curve.Montgomery.M383

Synopsis

Documentation

type PA = MAPoint M383 Fq Fr Source #

Affine M383 curve point.

type Fr = PrimeField 2462625387274654950767440006258975862817483704404090416746934574041288984234680883008327183083615266784870011007447 Source #

Field of coefficients of M383 curve.

type Fq = PrimeField 19701003098197239606139520050071806902539869635232723333974146702122860885748605305707133127442457820403313995153221 Source #

Field of points of M383 curve.

data M383 Source #

M383 curve.

Instances
MACurve M383 Fq Fr Source #

Affine M383 curve is a Montgomery affine curve.

Instance details

Defined in Curve.Montgomery.M383

Curve Montgomery c M383 Fq Fr => MCurve c M383 Fq Fr Source #

M383 curve is a Montgomery curve.

Instance details

Defined in Curve.Montgomery.M383

_a :: Fq Source #

Coefficient A of M383 curve.

_b :: Fq Source #

Coefficient B of M383 curve.

_h :: Integer Source #

Cofactor of M383 curve.

_q :: Integer Source #

Characteristic of M383 curve.

_r :: Integer Source #

Order of M383 curve.

_x :: Fq Source #

Coordinate X of M383 curve.

_y :: Fq Source #

Coordinate Y of M383 curve.

gA :: PA Source #

Generator of affine M383 curve.