Bip38NoEcConst class
Constants for BIP38 encryption and decryption without ECDSA.
This class provides constant values that are specific to BIP38 encryption and decryption for Bitcoin addresses without using the Elliptic Curve Digital Signature Algorithm (ECDSA).
Constructors
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
Constants
- encKeyByteLen → const int
- Length of the BIP38 encrypted key in bytes.
-
encKeyPrefix
→ const List<
int> - Prefix bytes for the encrypted key.
-
flagbyteCompressed
→ const List<
int> - Flagbyte for compressed public keys.
-
flagbyteUncompressed
→ const List<
int> - Flagbyte for uncompressed public keys.
- scryptKeyLen → const int
- Length of the scrypt-derived key in bytes.
- scryptN → const int
- Parameter 'N' for the scrypt key derivation function.
- scryptP → const int
- Parameter 'P' for the scrypt key derivation function.
- scryptR → const int
- Parameter 'R' for the scrypt key derivation function.