keyfork mnemonic recover
should accept words in a randomized pattern
Figuring out the math for the possibility a 24 word mnemonic has duplicate words, using some rough birthday-problem math (https://en.wikipedia.org/wiki/Birthday_problem#Calculating_the_probability)…
keyfork mnemonic recover
should accept words in a randomized pattern
Assumption is that each word is unique but this is only average case, not every case
keyfork mnemonic recover
should accept words in a randomized pattern
36 looks nicer than 35, which is the actual smallest number whose permutation count (factorial) is > 2^128
keyfork mnemonic recover
should accept words in a randomized pattern
additional: 24 words only provides about 90 bits of entropy, 12 words even less. have the user type in 36 words regardless, which provides 36! permutations which is more than 2^128 / 128 bits of…
keyfork mnemonic recover
should accept words in a randomized pattern