VestaAffinePoint class
- Inheritance
-
- Object
- ECPoint<
PallasFp, BasePastaPoint< PallasFp, VestaFq> > - BasePastaPoint<
PallasFp, VestaFq> - PastaAffinePoint<
PallasFp, VestaFq, VestaPoint> - VestaAffinePoint
Constructors
- VestaAffinePoint({required VestaFq x, required VestaFq y})
- VestaAffinePoint.conditionalSelect(VestaAffinePoint a, VestaAffinePoint b, bool choice)
-
factory
-
VestaAffinePoint.fromBytes(List<
int> bytes) -
factory
- VestaAffinePoint.identity()
-
factory
Properties
-
curveParams
→ PastaCurveParams<
VestaFq> -
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- variables → List
-
no setterinherited
- x → VestaFq
-
finalinherited
- y → VestaFq
-
finalinherited
Methods
-
affineFrom(
{required VestaFq x, required VestaFq y}) → VestaAffinePoint -
override
-
cast<
T extends ECPoint< (SCALAR, POINT> >) → T -
inherited
-
conditionalSelectFrom(
{required VestaPoint a, required VestaPoint b, required bool choice, dynamic required}) → VestaPoint -
override
-
coordinates(
) → Coordinates< VestaFq> -
inherited
-
from(
{required VestaFq x, required VestaFq y, required VestaFq z}) → VestaPoint -
override
-
generator(
) → VestaAffinePoint -
override
-
identity(
) → VestaPoint -
override
-
isIdentity(
) → bool -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toBytes(
) → List< int> -
inherited
-
toCurve(
) → VestaPoint -
override
-
toHex(
) → String -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator *(
PallasFp rhs) → VestaPoint -
inherited
-
operator +(
BasePastaPoint< PallasFp, VestaFq> rhs) → VestaPoint -
inherited
-
operator -(
BasePastaPoint< PallasFp, VestaFq> other) → VestaPoint -
inherited
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator unary-(
) → BasePastaPoint< PallasFp, VestaFq> -
inherited