BaseJubJubNielsPoint<SCALAR extends JubJubScalar<SCALAR>> class abstract

Base class for Niels-form JubJub points (used for fast addition).

Inheritance
Implementers

Constructors

BaseJubJubNielsPoint()

Properties

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

Methods

cast<T extends ECPoint<SCALAR, POINT>>() → T
inherited
multiply(List<int> by) BaseRedJubJubPoint<SCALAR>
Scalar multiplication from raw bytes.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBytes() List<int>
inherited
toHex() String
inherited
toNiels() BaseJubJubNielsPoint<SCALAR>
Converts this point to its Niels representation for faster arithmetic.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator *(SCALAR rhs) BaseRedJubJubPoint<SCALAR>
Scalar multiplication of this point.
inherited
operator +(BaseRedJubJubPoint<SCALAR> rhs) BaseRedJubJubPoint<SCALAR>
inherited
operator -(BaseRedJubJubPoint<SCALAR> rhs) BaseRedJubJubPoint<SCALAR>
Subtracts another point from this Niels point.
operator ==(Object other) bool
The equality operator.
inherited