ECPoint class abstract
An elliptic curve point
- Implementers
Constructors
- ECPoint()
Properties
- curve → ECCurve
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isCompressed → bool
-
no setter
- isInfinity → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- x → ECFieldElement?
-
no setter
- y → ECFieldElement?
-
no setter
Methods
-
getEncoded(
[bool compressed = true]) → Uint8List -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
twice(
) → ECPoint?
Operators
-
operator *(
BigInt? k) → ECPoint? -
Multiply this point by the given number
k
. -
operator +(
ECPoint? b) → ECPoint? -
operator -(
ECPoint b) → ECPoint? -
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator unary-(
) → ECPoint