BUT
This commit is contained in:
parent
bcfbff2cc7
commit
2cf66eeb87
@ -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
2
xor.py
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user