Bip32EccCurve class

Constructors

Bip32EccCurve()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

isOrderScalar(Uint8List x) bool
isPoint(Uint8List p) bool
isPrivate(Uint8List x) bool
isScalar(Uint8List x) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pointAddScalar(Uint8List p, Uint8List tweak) Uint8List?
pointFromScalar(Uint8List d) Uint8List
privateAdd(Uint8List d, Uint8List tweak) Uint8List?
toString() String
A string representation of this object.
inherited

Operators

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