| Digest-DJB documentation | view source | Contained in the Digest-DJB distribution. |
Digest::DJB - Perl extension to Daniel J. Bernstein's hashing algorithm.
use Digest::DJB qw(djb);
my $hash = djb("abc123");
Digest::DJB is an implementation of D. J. Bernstein's hash which returns
a 32-bit unsigned value for any variable-length input string. An equivalent pure Perl
version is also available Digest::DJB::PurePerl.
Digest::DJB::PurePerl, Digest::Pearson, Digest::FNV.
Please send your comments to tnguyen@cpan.org.
| Digest-DJB documentation | view source | Contained in the Digest-DJB distribution. |