We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mnemo = Mnemonic("english") words = mnemo.generate(strength=256) seed = mnemo.to_seed(words, passphrase="")
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/Users/edison/Library/Python/3.8/lib/python/site-packages/mnemonic/mnemonic.py", line 239, in to_seed stretched = hashlib.pbkdf2_hmac( ValueError: [digital envelope routines: CRYPTO_internal] bad key length
The text was updated successfully, but these errors were encountered:
Works for me here. Sounds like your installation is funky.
Sorry, something went wrong.
My systerm is mac 12.1 (21C52)
Works just fine with system Python 3.8.9 on macOS 12.3.
Try updating your OS to 12.3 if that helps.
No branches or pull requests
mnemo = Mnemonic("english")
words = mnemo.generate(strength=256)
seed = mnemo.to_seed(words, passphrase="")
The text was updated successfully, but these errors were encountered: