Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Order of numerical bit values #280

Open
pvig0q1s opened this issue Aug 21, 2024 · 0 comments
Open

Order of numerical bit values #280

pvig0q1s opened this issue Aug 21, 2024 · 0 comments

Comments

@pvig0q1s
Copy link

Order of bit values (when fixing seedwords through Main Menu > Generate new key > click-a-word) should be changed.

Currently, when using the feature two lines are shown under the seed word list:
1 2 4 8 16 32
64 128 256 512 1024

It should be like this:
1024 512 256 128 64
32 16 8 4 2 1

In practice, when a user activates a numerical field (when tossing coins for example) the order of input SHOULD not matter, but since we read binary from right to left the current positioning of the value fields feels weird.

(Might be personal preference though).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant