Skip to content
New issue

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

Wallet new generates keys with incorrect length #165

Open
MujkicA opened this issue Mar 7, 2024 · 1 comment
Open

Wallet new generates keys with incorrect length #165

MujkicA opened this issue Mar 7, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@MujkicA
Copy link

MujkicA commented Mar 7, 2024

FuelLabs/fuels-rs#1289

The above issue on the Rust SDK led me to discover that we provide eth_keystore::encrypt_key with a mnemonic to be used
as pk here:

mnemonic,

which leads to variable length keys being generated instead of the expected 32 bytes.

@mtroym
Copy link

mtroym commented Mar 15, 2024

Thanks Mujica

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants