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


Digest-DJB documentation  | view source Contained in the Digest-DJB distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  use Digest::DJB qw(djb);

  my $hash = djb("abc123");

DESCRIPTION

Top

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

Top

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

BUGS

Top

Please send your comments to tnguyen@cpan.org.


Digest-DJB documentation  | view source Contained in the Digest-DJB distribution.