Algorithm-Kademlia
view release on metacpan or search on metacpan
lib/Algorithm/Kademlia.pod view on Meta::CPAN
=pod
=encoding utf-8
=head1 NAME
Algorithm::Kademlia - Pure Perl implementation of the Kademlia DHT algorithm
=head1 SYNOPSIS
use Algorithm::Kademlia qw[xor_distance xor_bucket_index];
my $local_id = pack( 'H*', '00' x 20 ); # 160-bit ID
( run in 1.132 second using v1.01-cache-2.11-cpan-e1769b4cff6 )