PallasIsoPoint class

Inheritance

Constructors

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

Methods

cast<T extends ECPoint<SCALAR, POINT>>() → T
inherited
clearCofactor() PallasIsoPoint
override
double() PallasIsoPoint
inherited
endo() PallasIsoPoint
override
from({required PallasFp x, required PallasFp y, required PallasFp z}) PallasIsoPoint
override
generator() PallasIsoPoint
override
identity() PallasIsoPoint
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() PallasIsoAffinePoint
override
toBytes() List<int>
inherited
toHex() String
inherited
toString() String
A string representation of this object.
inherited

Operators

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