pkgsrc/security/p5-Digest-JHash/DESCR
schmonz 8b3290ad97 Add p5-Digest-JHash.
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.

Call it a low calorie version of MD5 if you like.
2014-04-02 19:23:09 +00:00

7 lines
341 B
Text

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.
Call it a low calorie version of MD5 if you like.