|
NAMEDigest::DJB - Perl extension to Daniel J. Bernstein's hashing algorithm.SYNOPSISuse 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 ALSODigest::DJB::PurePerl, Digest::Pearson, Digest::FNV.BUGSPlease send your comments to tnguyen@cpan.org.
Visit the GSP FreeBSD Man Page Interface. |