JubJubAffinePoint class

Inheritance
Mixed-in types

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
u JubJubFq
final
v JubJubFq
final
variables List
no setteroverride

Methods

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

Operators

operator *(JubJubFr rhs) JubJubPoint
Scalar multiplication of this point.
override
operator +(BaseRedJubJubPoint<JubJubScalar> rhs) JubJubAffinePoint
override
operator -(BaseRedJubJubPoint<JubJubScalar> rhs) JubJubAffinePoint
Affine point subtraction.
override
operator ==(Object other) bool
The equality operator.
inherited
operator unary-() JubJubAffinePoint
Affine point subtraction.
override