elliptic-curve-0.2.2: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Curve.Edwards.Ed448

Synopsis

Documentation

type PP = EPPoint Ed448 Fq Fr Source #

Projective Ed448 point.

type PA = EAPoint Ed448 Fq Fr Source #

Affine Ed448 curve point.

type Fr = PrimeField 181709681073901722637330951972001133588410340171829515070372549795146003961539585716195755291692375963310293709091662304773755859649779 Source #

Field of coefficients of Ed448 curve.

type Fq = PrimeField 726838724295606890549323807888004534353641360687318060281490199180612328166730772686396383698676545930088884461843637361053498018365439 Source #

Field of points of Ed448 curve.

data Ed448 Source #

Ed448 curve.

Instances
EPCurve Ed448 Fq Fr Source #

Projective Ed448 curve is an Edwards projective curve.

Instance details

Defined in Curve.Edwards.Ed448

EACurve Ed448 Fq Fr Source #

Affine Ed448 curve is an Edwards affine curve.

Instance details

Defined in Curve.Edwards.Ed448

Curve Edwards c Ed448 Fq Fr => ECurve c Ed448 Fq Fr Source #

Ed448 curve is an Edwards curve.

Instance details

Defined in Curve.Edwards.Ed448

_a :: Fq Source #

Coefficient A of Ed448 curve.

_d :: Fq Source #

Coefficient D of Ed448 curve.

_h :: Integer Source #

Cofactor of Ed448 curve.

_q :: Integer Source #

Characteristic of Ed448 curve.

_r :: Integer Source #

Order of Ed448 curve.

_x :: Fq Source #

Coordinate X of Ed448 curve.

_y :: Fq Source #

Coordinate Y of Ed448 curve.

gA :: PA Source #

Generator of affine Ed448 curve.

gP :: PP Source #

Generator of projective Ed448 curve.