diff options
author | erwin <erwin@FreeBSD.org> | 2005-12-18 00:15:29 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2005-12-18 00:15:29 +0800 |
commit | c5c6d8d19f09fd70c9acebde7b3fa7089389f0b6 (patch) | |
tree | 472e4c4418ed80e3e9958d5aff83697692de448c /security/Makefile | |
parent | 9b4785dbc39c3e4af4361017adc23bc21baef43f (diff) | |
download | freebsd-ports-gnome-c5c6d8d19f09fd70c9acebde7b3fa7089389f0b6.tar.gz freebsd-ports-gnome-c5c6d8d19f09fd70c9acebde7b3fa7089389f0b6.tar.zst freebsd-ports-gnome-c5c6d8d19f09fd70c9acebde7b3fa7089389f0b6.zip |
Digest::FNV is an implementation for the 32-bit version of Fowler/Noll/Vo
hashing algorithm which allows variable length input strings to be quickly
hashed into unsigned integer values. For more information about this hash,
please visit http://www.isthe.com/chongo/tech/comp/fnv/.
WWW: http://search.cpan.org/dist/Digest-FNV
PR: ports/90563
Submitted by: Gabor Kovesdan
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 7f00152774d7..a8810e4e618e 100644 --- a/security/Makefile +++ b/security/Makefile @@ -337,6 +337,7 @@ SUBDIR += p5-Digest-DMAC SUBDIR += p5-Digest-EMAC SUBDIR += p5-Digest-Elf + SUBDIR += p5-Digest-FNV SUBDIR += p5-Digest-HMAC SUBDIR += p5-Digest-Hashcash SUBDIR += p5-Digest-Haval256 |