diff options
author | hozan23 <hozan23@karyontech.net> | 2024-06-12 15:16:47 +0200 |
---|---|---|
committer | hozan23 <hozan23@karyontech.net> | 2024-06-12 15:16:47 +0200 |
commit | d6a280f69a6685d5b4da5366626fb76a27f0cc07 (patch) | |
tree | 05d62e114276039939b641fd50bbe97cfb854c27 /p2p | |
parent | 36eae63e84f22c9973edee699d3388ee2674874e (diff) |
update README.md
Diffstat (limited to 'p2p')
-rw-r--r-- | p2p/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p2p/README.md b/p2p/README.md index 02c4742..a0303bb 100644 --- a/p2p/README.md +++ b/p2p/README.md @@ -31,7 +31,7 @@ differences and optimizations. Some of the main changes: > Despite criticisms of Kademlia's vulnerabilities, particularly concerning > Sybil and Eclipse attacks [[1]](https://eprint.iacr.org/2018/236.pdf) > [[2]](https://arxiv.org/abs/1908.10141), we chose to use Kademlia because our -> main goal is to build an infrastructure focused on sharing data. This choice +> main goal is to build a network focused on sharing data. This choice > may also assist us in supporting sharding in the future. However, we have made > efforts to mitigate most of its vulnerabilities. Several projects, including > BitTorrent, Ethereum, IPFS, and Storj, still rely on Kademlia. |