VestaPoint class

Inheritance

Constructors

VestaPoint({required VestaFq x, required VestaFq y, required VestaFq z})
VestaPoint.fromAffine(VestaAffinePoint point)
factory
VestaPoint.fromBytes(List<int> bytes)
factory
VestaPoint.generator()
factory
VestaPoint.hashToCurve({required String domainPrefix, required List<int> message})
factory
VestaPoint.identity()
factory
VestaPoint.random()
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() VestaPoint
override
double() VestaPoint
inherited
endo() VestaPoint
override
from({required VestaFq x, required VestaFq y, required VestaFq z}) VestaPoint
override
generator() VestaPoint
override
identity() VestaPoint
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() VestaAffinePoint
override
toBytes() List<int>
inherited
toHex() String
inherited
toString() String
A string representation of this object.
inherited

Operators

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