1. 06 May, 2015 1 commit
    • Felix Lange's avatar
      p2p/discover: new distance metric based on sha3(id) · 2adcc31b
      Felix Lange authored
      The previous metric was pubkey1^pubkey2, as specified in the Kademlia
      paper. We missed that EC public keys are not uniformly distributed.
      Using the hash of the public keys addresses that. It also makes it
      a bit harder to generate node IDs that are close to a particular node.
      2adcc31b
  2. 30 Apr, 2015 4 commits
  3. 29 Apr, 2015 31 commits
  4. 28 Apr, 2015 4 commits