derive private key at index 0 from mnemonic words according to BIP32.
static Uint8List derivePrivateKey(List<String> words) { return HDNode.fromMnemonic(words).derive(0).privateKey!; }