elliptic-curve-0.3.0: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Data.Curve.Montgomery.M383

Contents

Synopsis

Documentation

M383 curve

type PA = MAPoint M383 Fq Fr Source #

Affine M383 curve point.

type R = 2462625387274654950767440006258975862817483704404090416746934574041288984234680883008327183083615266784870011007447 Source #

type Fr = Prime R Source #

Field of coefficients of M383 curve.

type Q = 19701003098197239606139520050071806902539869635232723333974146702122860885748605305707133127442457820403313995153221 Source #

type Fq = Prime Q Source #

Field of points of M383 curve.

data M383 Source #

M383 curve.

Instances
MACurve M383 Fq Fr Source # 
Instance details

Defined in Data.Curve.Montgomery.M383

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

Defined in Data.Curve.Montgomery.M383

_a :: Fq Source #

Coefficient A of M383 curve.

_b :: Fq Source #

Coefficient B of M383 curve.

_h :: Natural Source #

Cofactor of M383 curve.

_q :: Natural Source #

Characteristic of M383 curve.

_r :: Natural 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.