elliptic-curve-0.3.0: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Data.Curve.Weierstrass.SECP160K1

Contents

Synopsis

Documentation

SECP160K1 curve

type PP = WPPoint SECP160K1 Fq Fr Source #

Projective SECP160K1 point.

type PJ = WJPoint SECP160K1 Fq Fr Source #

Jacobian SECP160K1 point.

type PA = WAPoint SECP160K1 Fq Fr Source #

Affine SECP160K1 curve point.

type R = 1461501637330902918203686915170869725397159163571 Source #

type Fr = Prime R Source #

Field of coefficients of SECP160K1 curve.

type Q = 1461501637330902918203684832716283019651637554291 Source #

type Fq = Prime Q Source #

Field of points of SECP160K1 curve.

_a :: Fq Source #

Coefficient A of SECP160K1 curve.

_b :: Fq Source #

Coefficient B of SECP160K1 curve.

_h :: Natural Source #

Cofactor of SECP160K1 curve.

_q :: Natural Source #

Characteristic of SECP160K1 curve.

_r :: Natural Source #

Order of SECP160K1 curve.

_x :: Fq Source #

Coordinate X of SECP160K1 curve.

_y :: Fq Source #

Coordinate Y of SECP160K1 curve.

gA :: PA Source #

Generator of affine SECP160K1 curve.

gJ :: PJ Source #

Generator of Jacobian SECP160K1 curve.

gP :: PP Source #

Generator of projective SECP160K1 curve.