SFT-6378: Fix mnemonic_to_bits() and ct_word_eq() to be constant time.
This commit fixes a timing side-channel weakness in the code that converts a BIP-39 recovery phrase (a list of words) back into the secret digital bits. Before the fix, the code stopped searching the word list as soon as it found a match a…
f8311ca7by Ken Carpenter+238−183 files