Replies: 1 comment
-
As I understand it, the content of the word list is not critical, as the list itself is not necessary for retrieval of the seed. The list is necessary to produce the twelve words, but only the twelve words are necessary to produce the seed. I am currently testing the number of words as a very naive integrity check and because that exact number of words is required for the correct execution of the algorithm. If I were to improve on it, I would perhaps check that all the words are unique in the file. But a full integrity check does not seem necessary to me. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In or near
bitcoin-bash-tools/bx.sh
Line 431 in a5dac22
should english.txt be tested against its hash, like
instead of just wc -w?
Beta Was this translation helpful? Give feedback.
All reactions