Curve class abstract

Implementers

Constructors

Curve()

Properties

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

Methods

addPoint(Point point, Point Q) → Point
decodePoint(Uint8List encodedPoint) → Point
encodePoint(Point point) Uint8List
isOnCurve(Point P) bool
mulPoint(BigInt k, Point P) → Point
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