Post
Topic
Board Project Development
Re: Are dices for generating seed words fair?
by
testingelcrypto
on 22/12/2023, 15:51:06 UTC
Another simple way is to count bits according to this array:
Code:
1: 00
2: 01
3: 10
4: 11
5: 0
6: 1


I like this. Do you like the ideia of adding a coin flip when i am at 10 numbers in order to the the number 11  or this is bad for entropy?