elliptic-curve-0.3.0: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Data.Curve.Weierstrass.SECP192R1

Contents

Synopsis

Documentation

SECP192R1 curve

type PP = WPPoint SECP192R1 Fq Fr Source #

Projective SECP192R1 point.

type PJ = WJPoint SECP192R1 Fq Fr Source #

Jacobian SECP192R1 point.

type PA = WAPoint SECP192R1 Fq Fr Source #

Affine SECP192R1 curve point.

type R = 6277101735386680763835789423176059013767194773182842284081 Source #

type Fr = Prime R Source #

Field of coefficients of SECP192R1 curve.

type Q = 6277101735386680763835789423207666416083908700390324961279 Source #

type Fq = Prime Q Source #

Field of points of SECP192R1 curve.

_a :: Fq Source #

Coefficient A of SECP192R1 curve.

_b :: Fq Source #

Coefficient B of SECP192R1 curve.

_h :: Natural Source #

Cofactor of SECP192R1 curve.

_q :: Natural Source #

Characteristic of SECP192R1 curve.

_r :: Natural Source #

Order of SECP192R1 curve.

_x :: Fq Source #

Coordinate X of SECP192R1 curve.

_y :: Fq Source #

Coordinate Y of SECP192R1 curve.

gA :: PA Source #

Generator of affine SECP192R1 curve.

gJ :: PJ Source #

Generator of Jacobian SECP192R1 curve.

gP :: PP Source #

Generator of projective SECP192R1 curve.