From c221e10ec4715a9d6c5223f89167052e504ea9b0 Mon Sep 17 00:00:00 2001 From: The MMGen Project Date: Sat, 23 May 2026 11:36:01 +0000 Subject: [PATCH] renamed: XOR-Seed-Splitting--Theory-and-Practice.md -> XOR-Seed-Splitting-^-Theory-and-Practice.md --- Home.md | 2 +- ...ractice.md => XOR-Seed-Splitting-^-Theory-and-Practice.md | 5 +++-- _Sidebar.md | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) rename XOR-Seed-Splitting--Theory-and-Practice.md => XOR-Seed-Splitting-^-Theory-and-Practice.md (98%) diff --git a/Home.md b/Home.md index 2cbe920..56cbe95 100644 --- a/Home.md +++ b/Home.md @@ -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) diff --git a/XOR-Seed-Splitting--Theory-and-Practice.md b/XOR-Seed-Splitting-^-Theory-and-Practice.md similarity index 98% rename from XOR-Seed-Splitting--Theory-and-Practice.md rename to XOR-Seed-Splitting-^-Theory-and-Practice.md index 295f661..e00f811 100644 --- a/XOR-Seed-Splitting--Theory-and-Practice.md +++ b/XOR-Seed-Splitting-^-Theory-and-Practice.md @@ -8,8 +8,9 @@ ### XOR Seed Splitting: A Theoretical Introduction -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*: diff --git a/_Sidebar.md b/_Sidebar.md index 308d4b8..7dbd6b6 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -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