elliptic-curve-0.3.0: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Data.Curve.Edwards.Ed3363

Contents

Synopsis

Documentation

Ed3363 curve

type PP = EPPoint Ed3363 Fq Fr Source #

Projective Ed3363 point.

type PA = EAPoint Ed3363 Fq Fr Source #

Affine Ed3363 curve point.

type R = 17498005798264095394980017816940970922825355447145709836587587134987699588874282995658187611024893957 Source #

type Fr = Prime R Source #

Field of coefficients of Ed3363 curve.

type Q = 139984046386112763159840142535527767382602843577165595931249318810236991948760059086304843329475444733 Source #

type Fq = Prime Q Source #

Field of points of Ed3363 curve.

data Ed3363 Source #

Ed3363 curve.

_a :: Fq Source #

Coefficient A of Ed3363 curve.

_d :: Fq Source #

Coefficient D of Ed3363 curve.

_h :: Natural Source #

Cofactor of Ed3363 curve.

_q :: Natural Source #

Characteristic of Ed3363 curve.

_r :: Natural Source #

Order of Ed3363 curve.

_x :: Fq Source #

Coordinate X of Ed3363 curve.

_y :: Fq Source #

Coordinate Y of Ed3363 curve.

gA :: PA Source #

Generator of affine Ed3363 curve.

gP :: PP Source #

Generator of projective Ed3363 curve.