PallasNativePoint class

Inheritance

Constructors

PallasNativePoint({required PallasNativeFp x, required PallasNativeFp y, required PallasNativeFp z})
PallasNativePoint.fromAffine(PallasAffineNativePoint point)
factory
PallasNativePoint.fromBytes(List<int> bytes)
factory
PallasNativePoint.generator()
factory
PallasNativePoint.hashToCurve({required String domainPrefix, required List<int> message})
factory
PallasNativePoint.identity()
factory
PallasNativePoint.random()
factory

Properties

curveParams PastaCurveParams<PallasNativeFp>
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 PallasNativeFp
finalinherited
y PallasNativeFp
finalinherited
z PallasNativeFp
finalinherited

Methods

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

Operators

operator *(VestaNativeFq other) PallasNativePoint
inherited
operator +(BasePastaPoint<VestaNativeFq, PallasNativeFp> other) PallasNativePoint
inherited
operator -(BasePastaPoint<VestaNativeFq, PallasNativeFp> other) PallasNativePoint
inherited
operator ==(Object other) bool
The equality operator.
inherited
operator unary-() PallasNativePoint
inherited