diff options
author | hozan <119854621+hozan23@users.noreply.github.com> | 2023-11-08 15:10:41 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-08 15:10:41 +0300 |
commit | 859effacea246ca349ab1417766066d3ca19f693 (patch) | |
tree | b0472187e6ae7f3c00fd0d01e592616aa85704a7 | |
parent | 59b652919ab185cffed87c24a7c30076e34ec809 (diff) |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -41,8 +41,8 @@ differences and optimizations. Some of the main changes: uses a 256-bit key. > 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 +> 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 > may also assist us in supporting sharding in the future. However, we have made > efforts to mitigate most of its vulnerabilities. Several projects, including |