This JavaScript library implements BEP42, a BitTorrent DHT security extension that ties a peer's nodeID to its IP address. It provides functions to generate or verify nodeIDs by calculating a CRC32C hash of the IP address combined with a random number, ensuring that nodeIDs are cryptographically linked to their originating IPs. The project is aimed at developers building or maintaining BitTorrent DHT clients who need to implement or validate BEP42-compliant nodeID generation.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
bittorrent-nodeID: javascript implementation of BEP42, bittorrent DHT security extension where the nodeID of a peer is tied to its IP address