VestaIsoAffinePoint class
- Inheritance
-
- Object
- ECPoint<
PallasFp, BasePastaPoint< PallasFp, VestaFq> > - BasePastaPoint<
PallasFp, VestaFq> - PastaAffinePoint<
PallasFp, VestaFq, VestaIsoPoint> - VestaIsoAffinePoint
Constructors
- VestaIsoAffinePoint({required VestaFq x, required VestaFq y})
- VestaIsoAffinePoint.conditionalSelect(VestaIsoAffinePoint a, VestaIsoAffinePoint b, bool choice)
-
factory
-
VestaIsoAffinePoint.fromBytes(List<
int> bytes) -
factory
- VestaIsoAffinePoint.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}) → PastaAffinePoint< PallasFp, VestaFq, VestaIsoPoint> -
override
-
cast<
T extends ECPoint< (SCALAR, POINT> >) → T -
inherited
-
conditionalSelectFrom(
{required VestaIsoPoint a, required VestaIsoPoint b, required bool choice}) → VestaIsoPoint -
override
-
coordinates(
) → Coordinates< VestaFq> -
inherited
-
from(
{required VestaFq x, required VestaFq y, required VestaFq z}) → VestaIsoPoint -
override
-
generator(
) → VestaIsoAffinePoint -
override
-
identity(
) → VestaIsoPoint -
override
-
isIdentity(
) → bool -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toBytes(
) → List< int> -
inherited
-
toCurve(
) → VestaIsoPoint -
override
-
toHex(
) → String -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator *(
PallasFp rhs) → VestaIsoPoint -
inherited
-
operator +(
BasePastaPoint< PallasFp, VestaFq> rhs) → VestaIsoPoint -
inherited
-
operator -(
BasePastaPoint< PallasFp, VestaFq> other) → VestaIsoPoint -
inherited
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator unary-(
) → BasePastaPoint< PallasFp, VestaFq> -
inherited