KeyImage class

key_image = privateKey * Hp(publicKey). Deterministic per output, so double-spends produce the same image and get rejected.

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

compute(Uint8List outputPrivateKey, Uint8List outputPublicKey) Uint8List
hashToPoint(Uint8List data) Uint8List
Keccak-256, decompress as Ed25519, retry on failure, then * 8 for subgroup.