python-mnemonic
python-mnemonic copied to clipboard
to_entropy() function failure
I've created the following code:
mnemonic = Mnemonic(args.language)
words = mnemonic.generate(args.strength)
entropy = mnemonic.to_entropy(words)
Both language and strength are passed from the command line arguments. to_entropy() method fails with the following languages:
japanese
russian
turkish