cryptoadvance / cryptoadvance/specter-diy

Order of numerical bit values

Open
#280 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
585
Forks
108
Avg merge
6d 1h
Merged PRs (30d)
5

Description

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).

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.