Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • GfP6

Index

Constructors

constructor

Properties

Private x

x: GfP2

Private y

y: GfP2

Private z

z: GfP2

Static Private ONE

ONE: GfP6 = new GfP6(GfP2.zero(), GfP2.zero(), GfP2.one())

Static Private ZERO

ZERO: GfP6 = new GfP6()

Methods

add

equals

  • equals(o: any): boolean
  • Parameters

    • o: any

    Returns boolean

    true when both are equal, false otherwise

frobenius

frobeniusP2

  • frobeniusP2(): GfP6

getX

getY

getZ

invert

isOne

  • isOne(): boolean

isZero

  • isZero(): boolean

mul

mulGfP

mulScalar

mulTau

neg

square

sub

toString

  • toString(): string

Static one

Static zero

Generated using TypeDoc