mirror of
https://github.com/rairyx/raven.git
synced 2024-11-11 19:10:50 +00:00
Update README.md
This commit is contained in:
parent
274e113614
commit
79f41592f3
@ -2,7 +2,7 @@
|
||||
|
||||
## Decentralized messaging network that anyone can broadcast/subscribe messages anonymously.
|
||||
|
||||
Anonymity is achieved by implementing Dandelion protocol on top of libp2p's pub/sub module, dandelion is a privacy preserving protocol to make message sender anonymous, it has 2 phases, the first phase is stem phase, where messages go through a psuedo-random path, the second phase is fluffing, when the message reaches the last node(randomly chosen), the message is diffused to its surrounding peers, so the third party observer cannot track back the node original node who send the message, because the message is relayed through an anonymous graph.
|
||||
Anonymity is achieved by implementing Dandelion protocol on top of libp2p's pub/sub module, dandelion is a privacy preserving protocol to make message sender anonymous, it has 2 phases, the first phase is stem phase, where messages go through a psuedo-random path, the second phase is fluffing, at a random time of the stem phase, the message is diffused to its surrounding peers, so the third party observer cannot track back the node original node who send the message, because the message is relayed through an anonymous graph.
|
||||
Message broadcasting is implemented by libp2p floodsub.
|
||||
|
||||
**Dandelion implementation on libp2p-pubsub**: https://github.com/rairyx/go-libp2p-pubsub/tree/dandelion
|
||||
|
Loading…
Reference in New Issue
Block a user