PallasAffinePoint class

Inheritance

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}) PallasAffinePoint
override
cast<T extends ECPoint<SCALAR, POINT>>() → T
inherited
conditionalSelectFrom({required PallasPoint a, required PallasPoint b, required bool choice}) PallasPoint
override
coordinates() Coordinates<PallasFp>
inherited
from({required PallasFp x, required PallasFp y, required PallasFp z}) PallasPoint
override
generator() PallasAffinePoint
override
identity() PallasPoint
override
isIdentity() bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBytes() List<int>
inherited
toCurve() PallasPoint
override
toHex() String
inherited
toString() String
A string representation of this object.
inherited

Operators

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