summaryrefslogtreecommitdiffstats
path: root/src/libcryptobox/cryptobox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcryptobox/cryptobox.c')
-rw-r--r--src/libcryptobox/cryptobox.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libcryptobox/cryptobox.c b/src/libcryptobox/cryptobox.c
index c0f0eb65c..c4d20f9a4 100644
--- a/src/libcryptobox/cryptobox.c
+++ b/src/libcryptobox/cryptobox.c
@@ -1534,6 +1534,8 @@ rspamd_cryptobox_fast_hash_specific (
return XXH64 (data, len, seed);
case RSPAMD_CRYPTOBOX_MUMHASH:
return mum_hash (data, len, seed);
+ case RSPAMD_CRYPTOBOX_T1HA:
+ return t1ha (data, len, seed);
case RSPAMD_CRYPTOBOX_HASHFAST_INDEPENDENT:
return rspamd_cryptobox_fast_hash_indep (data, len, seed);
case RSPAMD_CRYPTOBOX_HASHFAST: