Improvements - Mnemonic Unicode data normalizer changed from `NFKC` to `NFKD` type.
0.1.1
Improvements - Downgrading the version of the ECDSA package from v0.16.1 to v0.13.0 for compatibility. - Removed `PointJacobi` and it's replaced by `Any` type.
0.1.0
Improvement - The previous package name is now renamed from `python_hdwallet` to `hdwallet`.
New - Now, You can get entropy hex string and strength from mnemonic words. - Added passphrase generator on `hdwallet.utils.generate_passphrase` function.