Source: libdigest-jhash-perl Maintainer: Debian Perl Group Uploaders: Ernesto Hernández-Novich (USB) , Angel Abad Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 9.20120312~), perl Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdigest-jhash-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdigest-jhash-perl.git Homepage: https://metacpan.org/release/Digest-JHash Package: libdigest-jhash-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: Perl extension for 32 bit Jenkins Hashing Algorithm The Digest::JHash module allows you to use the fast JHash hashing algorithm developed by Bob Jenkins from within Perl programs. The algorithm takes as input a message of arbitrary length and produces as output a 32-bit "message digest" of the input in the form of an unsigned long integer. . See http://burtleburtle.net/bob/hash/doobs.html for more information.