probe-lab / go-kademlia

Generic Go Kademlia implementation
Other
17 stars 4 forks source link

Lock DHT Reader Privacy Spec #17

Open iand opened 1 year ago

iand commented 1 year ago

Prerequisites

At least one of deployed implementation in a major language (Go, Rust, JS).

Description

Once the reference implementation is done, the Spec will probably need to be updated, as we will discover minor changes that need to be done during the implementation. This task is expected to be lightweight.

It will probably contain at least change in the format (currently the Spec is describing data using bytes, but we will certainly use Protobuf)

References