From b1c7691ad7581243e3f02bf1578dfdbf58ccf5cc Mon Sep 17 00:00:00 2001 From: kaiwitt Date: Sat, 28 Aug 2021 09:42:53 +0200 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 690e701..d9245da 100644 --- a/README.md +++ b/README.md @@ -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