CachedGroupElement class

Implemented types

Constructors

CachedGroupElement({FieldElement? yPlusX, FieldElement? yMinusX, FieldElement? z, FieldElement? t2d})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
t2d ↔ FieldElement
getter/setter pair
toCached CachedGroupElement
no setteroverride
yMinusX ↔ FieldElement
getter/setter pair
yPlusX ↔ FieldElement
getter/setter pair
z ↔ FieldElement
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited