Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Epic] NomMix: A Peer-to-Peer Mix Network over Gossip Channel #32

Open
Cofson opened this issue Jul 16, 2024 · 0 comments
Open

[Epic] NomMix: A Peer-to-Peer Mix Network over Gossip Channel #32

Cofson opened this issue Jul 16, 2024 · 0 comments

Comments

@Cofson
Copy link
Collaborator

Cofson commented Jul 16, 2024

The NomMix protocol is build out of the following functionalities:

  • Cryptographic Mix, is responsible for cryptographically transposing a message, which makes the input and output messages bitwise uncorrelated.
  • Nomssip Protocol, is a variation of a gossip protocol, responsible for dissemination of mix message in the network and enables the following functionalities:
    • Temporal Mix, is responsible for hiding timing correlation between incoming and outcoming messages from a node.
    • Connection Constant Transmission Rate (CCTR), is responsible for generating messages at defined rate on each connection of a node, a dummy messages are generated where no messages real message are to be sent.
  • Broadcast Protocol, is responsible for dissemination of final message in the network.

An honest node in the network provides all of the above functionalities.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant