elliptic-curve-0.2.1: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Group.Field.BN254TF

Synopsis

Documentation

module Group

type P = Element Fq12 Source #

Element of BN254TF group.

data PolynomialW Source #

Instances
FGroup Fq12 Source #

BN254TF group is a field group.

Instance details

Defined in Group.Field.BN254TF

IrreducibleMonic Fq6 PolynomialW Source # 
Instance details

Defined in Group.Field.BN254TF

data PolynomialV Source #

Field of BN254TF group.

_g :: P Source #

Generator of BN254TF group.

_q :: Integer Source #

Characteristic of BN254TF group.

_r :: Integer Source #

Order of BN254TF group.

_x :: Fq12 Source #

Element X of BN254TF group.