2.3.0
------
- Update dependencies

2.2.0
------
- Update dependencies

2.1.0
------
- Add support for generating ETH wallets
- Allow specifying change-index and address-index

2.0.0
------
- Build with LTO
- Remove tiny-hderive dependency
- Be paranoid and xor together a couple different random generators instead of just using one. Likely an unnecessarily paranoid step but can't hurt either.
- Output a private key for a bitcoin HD wallet instead of a single private key in WIF format.
- Add --scrypt parameter to use scrypt instead of PBKDF2 in BIP39 key derivation.

1.0.1
------
- Fix an issue where seeds that would generate private keys with trailing zeroes generate the wrong private keys, see https://gitlab.com/standard-mining/wallet-gen/-/issues/1
  This was a bug in a dependency and we fixed it by moving to a different dependency library.
