ECFieldElement class

Inheritance

Constructors

ECFieldElement(BigInt? q, BigInt? x)

Properties

byteLength → int
no setterinherited
fieldName → String
no setteroverride
fieldSize → int
no setteroverride
hashCode → int
The hash code for this object.
no setteroverride
q → BigInt?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
x → BigInt?
final

Methods

invert() → ECFieldElement
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sqrt() → ECFieldElement?
return a sqrt root - the routine verifies that the calculation returns the right value - if none exists it returns null.
override
square() → ECFieldElement
override
toBigInteger() → BigInt?
override
toString() → String
A string representation of this object.
inherited

Operators

operator *(covariant ECFieldElement b) → ECFieldElement
override
operator +(covariant ECFieldElement b) → ECFieldElement
override
operator -(covariant ECFieldElement b) → ECFieldElement
override
operator /(covariant ECFieldElement b) → ECFieldElement
override
operator ==(Object other) → bool
The equality operator.
override
operator unary-() → ECFieldElement
override