JubJubAffineNativePoint class
- Inheritance
-
- Object
- ECPoint<
JubJubNativeFr, BaseRedJubJubPoint< JubJubNativeFr> > - BaseRedJubJubPoint<
JubJubNativeFr> - BaseJubJubAffinePoint<
JubJubNativeFr> - JubJubAffineNativePoint
- Mixed-in types
Constructors
- JubJubAffineNativePoint({required JubJubNativeFq u, required JubJubNativeFq v})
-
JubJubAffineNativePoint.fromBytes(List<
int> bytes, {bool zip216Enabled = false}) -
factory
- JubJubAffineNativePoint.fromExtendedPoint(JubJubNativePoint point)
-
factory
- JubJubAffineNativePoint.generator()
-
factory
- JubJubAffineNativePoint.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
- 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