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