TwistedEdwardCurve class

Implemented types

Properties

a BigInt
latefinaloverride
cofactor int
latefinaloverride
curveName String
latefinaloverride
d BigInt
latefinaloverride
field BigInt
latefinaloverride
generator ↔ Point
latefinaloverride
hash ↔ Shake256
latefinaloverride
hashCode int
The hash code for this object.
no setterinherited
keySize int
latefinaloverride
order BigInt
latefinaloverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signatureSize int
latefinaloverride

Methods

addPoint(Point P, Point Q) → Point
override
decodePoint(Uint8List encodedPoint) → Point
override
encodePoint(Point point) Uint8List
override
isOnCurve(Point P) bool
Verify if the point is on the curve
override
mulPoint(BigInt k, Point P) → Point
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited