ProjectivePointNative class abstract
- Inheritance
-
- Object
- ECPoint<
BigInt, BaseProjectivePointNative> - BaseProjectivePointNative
- ProjectivePointNative
- Implementers
Constructors
Properties
Methods
-
cast<
T extends ECPoint< (SCALAR, POINT> >) → T -
inherited
-
double(
) → ProjectivePointNative -
isZero(
) → bool -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toBytes(
[EncodeType encodeType = EncodeType.comprossed]) → List< int> -
inherited
-
toHex(
) → String -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator *(
BigInt rhs) → BaseProjectivePointNative -
inherited
-
operator +(
BaseProjectivePointNative rhs) → BaseProjectivePointNative -
inherited
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator unary-(
) → BaseProjectivePointNative -
inherited