utils/hd_key library

Classes

Keys

Constants

HARDENED_OFFSET → const int
HMAC_KEY → const String
pathRegex → const String

Functions

ckdPriv(Keys keys, int index) Keys
derivePath(String path, String seed, {int offset = HARDENED_OFFSET}) Keys
getMasterKeyFromSeed(String seed) Keys
getPublicKey(Uint8List privateKey, [bool withZeroByte = true]) Uint8List
hmacSha512(Uint8List hmacKey, Uint8List data) Uint8List
isValidPath(String path) bool
replaceDerive(String val) String