Post
Topic
Board Development & Technical Discussion
Topic OP
"Fixing 24-Word Mnemonic Support in bip39-solver-gpu"
by
s.john
on 12/12/2024, 05:11:13 UTC
when trying the code of this repo
https://github.com/johncantrell97/bip39-solver-gpu
when i try with any mnemonic longer than 128 chars (24 words for example), the resulting seed is wrong. I see the work done with the ipad/opad which is 128 byte long, can anyone give me a pointer on how to adapt the code to support longer mnemonics 24 words specifically?