Skip to content

to_entropy() function failure #129

@ellabaron

Description

@ellabaron

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions