From 12c7c75408abf20aab1c4be03399d4a6590acf70 Mon Sep 17 00:00:00 2001 From: Noisy <125606576+donatik27@users.noreply.github.com> Date: Mon, 10 Feb 2025 20:50:29 +0100 Subject: [PATCH 1/3] Update xxm.md --- website/docs/dapps/xxm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/dapps/xxm.md b/website/docs/dapps/xxm.md index 7f01e62..7de9220 100644 --- a/website/docs/dapps/xxm.md +++ b/website/docs/dapps/xxm.md @@ -7,6 +7,6 @@ keywords: [xx Messenger, Elixxir, messaging app, xxDK] [xx Messenger](https://xxmessenger.io/) is a messaging app originally developed by the Elixxir team. The aim of the team was to use the app as a global test and build out the [xxDK](../category/xxdk) -xx Messgenger is no longer being actively developed but has functioning [Android](https://links.xx.network/playstore) and [iOS](https://links.xx.network/appstore) apps. It can be used "as is" but should not be considered "stable". +xx Messenger is no longer being actively developed but has functioning [Android](https://links.xx.network/playstore) and [iOS](https://links.xx.network/appstore) apps. It can be used "as is" but should not be considered "stable". -Source code for both platforms, [Android](https://github.com/xxfoundation/elixxir-xx-Messenger-Android) and [iOS](https://github.com/xxfoundation/elixxir-xx-messenger-iOS), are available for anyone who wishes to make use of it. \ No newline at end of file +Source code for both platforms, [Android](https://github.com/xxfoundation/elixxir-xx-Messenger-Android) and [iOS](https://github.com/xxfoundation/elixxir-xx-messenger-iOS), are available for anyone who wishes to make use of it. From 1193c3fcd192fef8fd36f6a808c07d21d768b470 Mon Sep 17 00:00:00 2001 From: Noisy <125606576+donatik27@users.noreply.github.com> Date: Mon, 10 Feb 2025 20:52:29 +0100 Subject: [PATCH 2/3] Update proxxy.md --- website/docs/dapps/proxxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/dapps/proxxy.md b/website/docs/dapps/proxxy.md index 2b4f140..1b95e3b 100644 --- a/website/docs/dapps/proxxy.md +++ b/website/docs/dapps/proxxy.md @@ -265,7 +265,7 @@ it again. It should now work. [x64](https://nx38767.your-storageshare.de/s/wYsHnZZKZqMZXxW/download?path=%2F&files=Proxxy-linux-x64) or [arm64](https://nx38767.your-storageshare.de/s/wYsHnZZKZqMZXxW/download?path=%2F&files=Proxxy-linux-arm64) -2. Open the defualt file manager (Ex. Gnome/Files, KDE/Dolphin, +2. Open the default file manager (Ex. Gnome/Files, KDE/Dolphin, etc.). 3. Browse to the location of the file. 4. Right click the file and select "Properties". From 13fe8028e1e71b6e9b26d15c26c9678299e187fe Mon Sep 17 00:00:00 2001 From: Noisy <125606576+donatik27@users.noreply.github.com> Date: Mon, 10 Feb 2025 21:01:06 +0100 Subject: [PATCH 3/3] Update threat_model.md --- website/docs/cmixx/design-specs/threat_model.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/docs/cmixx/design-specs/threat_model.md b/website/docs/cmixx/design-specs/threat_model.md index 6985947..8085a85 100644 --- a/website/docs/cmixx/design-specs/threat_model.md +++ b/website/docs/cmixx/design-specs/threat_model.md @@ -58,7 +58,7 @@ identity. Likewise messages must be padded to a fixed length. ## Anonymity Set -A this time the Elixxir mix network does not try to hide which mix +At this time the Elixxir mix network does not try to hide which mix cascade a given client is using for a given mix round. Clients directly connect to gateways nodes which relay messages to the mix cascade. These gateways are only connected to one mix cascade so it's @@ -238,7 +238,7 @@ normal. Depending on the properties of the parallel cascade, this cascade may be faster than the current implementation because it is -more parallelized. Due to how the the final unwrapping phase (post +more parallelized. Due to how the final unwrapping phase (post permutation) is dependent on keys in both cascade phases, and how each node in the team add further keying material in the permutation phase, the ignoring of sub-cascades from the first pass would result in many @@ -291,7 +291,7 @@ of recipients. Elixxir reduces the information leakage of intersection attacks by means of message ID collisions. Clients make use of deterministic message IDs as a lookup key for messages received -over the mixnet. This results in many clients retreiving their +over the mixnet. This results in many clients retrieving their messages via the same message ID. Thus the set intersections in the above attack would yield many more clients than the desired recipients for the target sender. @@ -348,7 +348,7 @@ that the output message format is well formed. This attack doesn't apply to Elixxir because well formed output messages are indistinguishable from pseudo random noise. Therefore the adversary cannot -confirm the presense of the tag. Likewise the tagging attack described in +confirm the presence of the tag. Likewise the tagging attack described in "Attacks on cMix - Some Small Overlooked Details" is also prevented by valid messages being indistinguishable from invalid messages.