-
-
Notifications
You must be signed in to change notification settings - Fork 385
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels