ScryptMining class

Scrypt mining algorithm implementation for cryptocurrency mining

Constructors

ScryptMining()

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

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

Static Methods

hash(ScryptMiningParams params) String
Computes Scrypt hash for mining operations
override
hashRaw(Uint8List blockHeader, Uint8List salt, {int N = 1024, int r = 1, int p = 1, int dkLen = 32}) String
Computes Scrypt hash for mining operations with raw parameters
hashRawBytes(ScryptMiningParams params) Uint8List
Computes Scrypt hash and returns raw bytes for mining operations