JubJubAffineNativePoint 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 JubJubNativeFq
final
v JubJubNativeFq
final
variables List
no setteroverride

Methods

cast<T extends ECPoint<SCALAR, POINT>>() → T
inherited
isIdentity() bool
isOnCurve() bool
isSmallOrder() bool
mulByCofactor() JubJubNativePoint
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
toExtended() JubJubNativePoint
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) JubJubAffineNativePoint
override
operator -(BaseRedJubJubPoint<JubJubNativeFr> rhs) JubJubAffineNativePoint
Affine point subtraction.
override
operator ==(Object other) bool
The equality operator.
inherited
operator unary-() JubJubAffineNativePoint
Affine point subtraction.
override