trezor / python-mnemonic

:snake: Mnemonic code for generating deterministic keys, BIP39
https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki
MIT License
836 stars 365 forks source link

[Maintenance] Add missing vectors and wordlists #91

Closed funilrys closed 1 year ago

funilrys commented 2 years ago

Hello @trezor's team,

I was reading BIPS39 and got into this project as I wanted to fully understand it - at an implementation level. While doing so, I found some missing wordlists and vectors.

Therefore, here is my contribution (back) to the community!

Happy Holidays!


Changes