Bip38NoEcUtils class

Utility class for BIP38 encryption and decryption without ECDSA.

This class provides utility methods for BIP38 encryption and decryption of Bitcoin addresses without using the Elliptic Curve Digital Signature Algorithm (ECDSA).

Constructors

Bip38NoEcUtils()

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

addressHash(List<int> privKeyBytes, PubKeyModes pubKeyMode) List<int>
Compute the address hash from private key bytes and public key mode.
deriveKeyHalves(String passphrase, List<int> addressHash) Tuple<List<int>, List<int>>
Derive key halves from a passphrase and an address hash.