mirror of
https://github.com/status-im/bip39.git
synced 2025-02-20 08:18:10 +00:00
306 B
306 B
3.0.0
added
- Added TypeScript support (#104)
- Added support for excluding wordlists from packages (#105)
changed
- Changed
mnemonicToSeed
to use async, sync version moved tomnemonicToSeedSync
(#104)
removed
- Removed explicit hex methods (use
toString('hex')
on the Buffer) (#104)