CardanoByronLegacyConst class
A class that holds constants related to the Cardano Byron legacy key derivation process.
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
- hdPathKeyPbkdf2OutByteLen → const int
- The length of the output bytes from PBKDF2 key derivation along the HD path.
- hdPathKeyPbkdf2Rounds → const int
- The number of rounds for PBKDF2 key derivation along the HD path.
- hdPathKeyPbkdf2Salt → const String
- The salt used for PBKDF2 when deriving keys along the HD path.