JubJubAffineNielsNativePoint class

Inheritance
Mixed-in types

Constructors

JubJubAffineNielsNativePoint({required JubJubNativeFq vPlusU, required JubJubNativeFq vMinusU, required JubJubNativeFq t2d})
JubJubAffineNielsNativePoint.identity()
factory

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 JubJubNativeFq
final
variables List
no setteroverride
vMinusU JubJubNativeFq
final
vPlusU JubJubNativeFq
final

Methods

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

Operators

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