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

to_entropy() function failure

Open ellabaron opened this issue 1 year ago • 0 comments

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

ellabaron avatar Oct 10 '24 01:10 ellabaron