python-mnemonic icon indicating copy to clipboard operation
python-mnemonic copied to clipboard

Japanese (and other language) test vectors are missing

Open iancoleman opened this issue 9 years ago • 2 comments

vectors.json only contains English wordlists.

Considering this is the reference implementation it would be handy to have a reference set of tests. There are Japanese test vectors listed in the BIP39 document, but it would be good to see the reference implementation be useful as a complete reference.

iancoleman avatar Oct 20 '16 04:10 iancoleman

TBH i was never fond of localized wordlists. Feel free to send a pull request adding other wordlists and test vectors.

prusnak avatar Oct 20 '16 08:10 prusnak

Is true sorry about that thank for your help

PhamDiesel avatar Aug 27 '18 00:08 PhamDiesel

from mnemonic import Mnemonic

ImportError: cannot import name 'Mnemonic' from partially initialized module 'mnemonic' (most likely due to a circular import) (/Users/mac/Projects/python/bitcoin/mnemonic/mnemonic.py)

Process finished with

PNP-MA avatar Apr 21 '23 12:04 PNP-MA