Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions website/docs/cmixx/design-specs/threat_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/dapps/proxxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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".
Expand Down
4 changes: 2 additions & 2 deletions website/docs/dapps/xxm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.