The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Digest::DJB - Perl extension to Daniel J. Bernstein's hashing algorithm.

SYNOPSIS

  use Digest::DJB qw(djb);
  
  my $hash = djb("abc123");

DESCRIPTION

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.

SEE ALSO

Digest::DJB::PurePerl, Digest::Pearson, Digest::FNV.

BUGS

Please send your comments to tnguyen@cpan.org.