summaryrefslogtreecommitdiff
path: root/hv_func.h
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2021-02-12 19:29:36 +0100
committerYves Orton <demerphq@gmail.com>2021-02-13 09:26:05 +0100
commit8bc8b6db1481526395ac3feb7ea9e69413e76351 (patch)
treefafa4cf98ec99d1ee03feb5f1b037a09a471c837 /hv_func.h
parentf43079cb514e3d0be0036424695438ae3fb58451 (diff)
downloadperl-8bc8b6db1481526395ac3feb7ea9e69413e76351.tar.gz
use SIPHASH 1-3 as the default 64 bit hash
Stadtx should be deprecated and removed after this
Diffstat (limited to 'hv_func.h')
-rw-r--r--hv_func.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hv_func.h b/hv_func.h
index 7661f4076c..6bbf41ee9d 100644
--- a/hv_func.h
+++ b/hv_func.h
@@ -17,7 +17,7 @@
|| defined(PERL_HASH_FUNC_ZAPHOD32) \
)
# ifdef CAN64BITHASH
-# define PERL_HASH_FUNC_STADTX
+# define PERL_HASH_FUNC_SIPHASH13
# else
# define PERL_HASH_FUNC_ZAPHOD32
# endif