Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/seedsigner/helpers/mnemonic_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
verification of SeedSigner's results for a given input entropy.

see: docs/dice_verification.md (the "Command Line Tool" section).

TODO: warn the user when a newly generated seed's fingerprint is 00000000 (one seed in
2^32). Coordinators write all zeros for a fingerprint they do not know. SeedSigner
handles all-zero fingerprints gracefully for single sig. Multisig has a bad rare edge
case: a coordinator that lists all-zero fingerprints for at least two cosigners but
the user's actual fingerprint is correctly all zeros. Other software or signing
devices may have other issues when dealing with an all-zero fingerprint seed. Warn the
user and recommend that they generate a different new seed.
"""

DICE__NUM_ROLLS__12WORD = 50
Expand Down
Loading
Loading