diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2011-12-31 16:16:48 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2011-12-31 16:16:48 +0800 |
commit | 66557209cbab57fdb574f13f2abdf184cd700f61 (patch) | |
tree | 63ab58336d65102986aafd0660ede6382de9a754 /security/Makefile | |
parent | 30cd79ca358540d1b96c3c637f6d0e22ab2bd6bc (diff) | |
download | freebsd-ports-gnome-66557209cbab57fdb574f13f2abdf184cd700f61.tar.gz freebsd-ports-gnome-66557209cbab57fdb574f13f2abdf184cd700f61.tar.zst freebsd-ports-gnome-66557209cbab57fdb574f13f2abdf184cd700f61.zip |
The murmur hash algorithm by Austin Appleby is an exteremely fast
algorithm that combines both excellent collision resistence and
distribution characteristics.
WWW: http://search.cpan.org/dist/Digest-MurmurHash/
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 8b82ac4c5835..ea268a2f6433 100644 --- a/security/Makefile +++ b/security/Makefile @@ -497,6 +497,7 @@ SUBDIR += p5-Digest-MD5-M4p SUBDIR += p5-Digest-MD5-Reverse SUBDIR += p5-Digest-ManberHash + SUBDIR += p5-Digest-MurmurHash SUBDIR += p5-Digest-Nilsimsa SUBDIR += p5-Digest-Pearson SUBDIR += p5-Digest-Pearson-PurePerl |