Update readme

This commit is contained in:
kaiwitt 2021-08-28 09:42:53 +02:00
parent 7eb2fa8da3
commit b1c7691ad7
No known key found for this signature in database
GPG Key ID: 2D2F3D411C032247

View File

@ -1,11 +1,11 @@
# seed-xor
seed-xor builds on top of [rust-bip39](https://github.com/rust-bitcoin/rust-bip39/)
and lets you XOR bip39 mnemonics as defined in [Coldcards docs](https://github.com/Coldcard/firmware/blob/master/docs/seed-xor.md).
and lets you XOR bip39 mnemonics as described in [Coldcards docs](https://github.com/Coldcard/firmware/blob/master/docs/seed-xor.md).
It is also possible to XOR mnemonics with differing numbers of words.
For this the shorter one will be extended with 0s during the XOR calculation.
For this the shorter one will be extended with the longer one's surplus entropy.
## Example