renamed: XOR-Seed-Splitting--Theory-and-Practice.md -> XOR-Seed-Splitting-^-Theory-and-Practice.md

The MMGen Project 2026-05-23 11:36:01 +00:00
commit c221e10ec4
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
3 changed files with 5 additions and 4 deletions

@ -33,7 +33,7 @@ within the pager are performed via the `/` key.
> #### [Subwallets](Subwallets)
> #### [XOR Seed Splitting](XOR-Seed-Splitting--Theory-and-Practice)
> #### [XOR Seed Splitting](XOR-Seed-Splitting-^-Theory-and-Practice)
> #### [Test Suite](Test-Suite)

@ -8,8 +8,9 @@
### <a id="a_xor">XOR Seed Splitting: A Theoretical Introduction</a>
The bitwise exclusive-or operation (usually denoted as `XOR`, or “![⊕]”)
has interesting properties that make it very useful in cryptography.
The bitwise exclusive-or operation (usually denoted as `XOR`, “![⊕]”, or “^” in
programming languages), has interesting properties that make it very useful in
cryptography.
Suppose we have two bytes, *a* and *b*:

@ -27,6 +27,6 @@
[6]: Recovering-Your-Keys-Without-the-MMGen-Wallet-Software
[7]: Altcoin-and-Forkcoin-Support
[8]: Subwallets
[9]: https://github.com/mmgen/mmgen-wallet/wiki/XOR-Seed-Splitting--Theory-and-Practice
[9]: https://github.com/mmgen/mmgen-wallet/wiki/XOR-Seed-Splitting-^-Theory-and-Practice
[10]: Test-Suite
[11]: Tool-API