VestaAffinePoint class

Inheritance

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