VestaIsoPoint class

Inheritance

Constructors

VestaIsoPoint({required VestaFq x, required VestaFq y, required VestaFq z})
VestaIsoPoint.fromAffine(VestaIsoAffinePoint point)
factory
VestaIsoPoint.fromBytes(List<int> bytes)
factory
VestaIsoPoint.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
x VestaFq
finalinherited
y VestaFq
finalinherited
z VestaFq
finalinherited

Methods

cast<T extends ECPoint<SCALAR, POINT>>() → T
inherited
clearCofactor() VestaIsoPoint
override
double() VestaIsoPoint
inherited
endo() VestaIsoPoint
override
from({required VestaFq x, required VestaFq y, required VestaFq z}) VestaIsoPoint
override
generator() VestaIsoPoint
override
identity() VestaIsoPoint
override
isIdentity() bool
inherited
isOnCurve() bool
inherited
isSmallOrder() bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
recommendedWnafForNumScalars(int numScalars) int
inherited
toAffine() VestaIsoAffinePoint
override
toBytes() List<int>
inherited
toHex() String
inherited
toString() String
A string representation of this object.
inherited

Operators

operator *(PallasFp other) VestaIsoPoint
inherited
operator +(BasePastaPoint<PallasFp, VestaFq> other) VestaIsoPoint
inherited
operator -(BasePastaPoint<PallasFp, VestaFq> other) VestaIsoPoint
inherited
operator ==(Object other) bool
The equality operator.
inherited
operator unary-() VestaIsoPoint
inherited