From 9578df95fba8f2fb6fe915fb48f73483e3607279 Mon Sep 17 00:00:00 2001 From: Rai Yang Date: Sat, 20 Apr 2019 18:13:50 -0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d6e173..c841b6a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ 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. Message broadcasting is implemented by libp2p floodsub. -**libp2p-pubsub-dandelion**: https://github.com/rairyx/go-libp2p-pubsub/tree/dandelion + +**Dandelion implementation on libp2p-pubsub **: https://github.com/rairyx/go-libp2p-pubsub/tree/dandelion ## Demo