# Functions
After the coin type comes the account (m/44'/540'/account') For now we only support account 0'.
After the Hardened Chain level comes the address indices, as of now, we don't support un-hardened derivation so we'll continue our deviation from the spec here.
After the account comes the change level, BUT as of now, we don't support un-hardened derivation so we'll be deviating from the spec here.
Root of the path is m/purpose' (m/44') https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki#purpose We use this to indicate that we're using the BIP44 hierarchy.
After the purpose comes the coin type (m/44'/540') https://github.com/satoshilabs/slips/blob/master/slip-0044.md?plain=1#L571.
No description provided by the author
HDPathToString converts a BIP44 HD path to a string of the form "m/44'/540'/account'/chain'/address_index'".
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
StringToHDPath converts a BIP44 HD path string of the form (m/44'/540'/account'/chain'/address_index') to its uint32 slice representation.
No description provided by the author
WithPasswordOnly is used for reading a stored file.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
BIP32HardenedKeyStart: keys with index >= this must be hardened as per BIP32.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html#pbkdf2.
https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html#pbkdf2.
https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html#pbkdf2.
# Variables
No description provided by the author
# Structs
No description provided by the author
EncryptedWalletFile is the encrypted representation of the wallet on the filesystem.
Wallet is the basic data structure.
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author