You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BIP32 is used for random data, meaning the words will be randomly chosen. However, since we use semi-deterministic data (mostly 0, 1 etc), the words will be the same over and over again.
We could find a way to fix this (maybe xor with the random data, so we get random data, yet still able to extract our types)
Since we will have an irregular number of bits, we need to find a way to achieve this.
The text was updated successfully, but these errors were encountered: