This commit is contained in:
scgbckbone 2023-03-20 19:42:22 +01:00
parent bcfbff2cc7
commit 2cf66eeb87
No known key found for this signature in database
GPG Key ID: A940F7604E73741B
2 changed files with 2 additions and 2 deletions

View File

@ -136,7 +136,7 @@
- It's not possible to calculate the checksum of the final seed phrase on paper (needs SHA256).
- It must start with the indicated digit(s). If using 24 words XOR, there will be only one
- But it must start with the indicated digit(s). If using 24 words XOR, there will be only one
suitable choice offered by the Coldcard in that range (x00 to xFF),
once you have entered the other 23 words.
- The checksum of each of the XOR-parts protects the final result, assuming your XOR

2
xor.py
View File

@ -177,7 +177,7 @@ def worked_example(count=3, entropy_bytes=32):
def footer_text():
print('''\
- It's not possible to calculate the checksum of the final seed phrase on paper (needs SHA256).
- It must start with the indicated digit(s). If using 24 words XOR, there will be only one
- But it must start with the indicated digit(s). If using 24 words XOR, there will be only one
suitable choice offered by the Coldcard in that range (x00 to xFF),
once you have entered the other 23 words.
- The checksum of each of the XOR-parts protects the final result, assuming your XOR