FieldElement class

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

abs() FieldElement
fastEqual(FieldElement other) int
invert() FieldElement
isNegative() int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
powP58() FieldElement
select(FieldElement other, int selector) FieldElement
square() FieldElement
squareAndDouble() FieldElement
toByteArray() List<int>
toString() String
A string representation of this object.
inherited

Operators

operator *(FieldElement val) FieldElement
operator +(FieldElement val) FieldElement
operator -(FieldElement val) FieldElement
operator ==(Object other) bool
The equality operator.
override
operator unary-() FieldElement

Static Methods

load_3(List<int> input, int offset) int
load_4(List<int> input, int offset) int
sqrtRatioM1(FieldElement u, FieldElement v) SqrtRatioM1Result

Constants

minusOne → const FieldElement
one → const FieldElement
zero → const FieldElement