diff options
-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 |