From 17be4841e6408c286fa58fb7f0948b6f524966d7 Mon Sep 17 00:00:00 2001 From: Abdelrahman Date: Tue, 22 Sep 2026 00:57:46 +0100 Subject: [PATCH] Update siphash comment --- src/base/hash/hasher/siphash.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/base/hash/hasher/siphash.h b/src/base/hash/hasher/siphash.h index 188fe64..bfe7e17 100644 --- a/src/base/hash/hasher/siphash.h +++ b/src/base/hash/hasher/siphash.h @@ -1,8 +1,8 @@ // vim:fileencoding=utf-8:foldmethod=marker /** - * Implementations of the SipHash-2-4-128, SipHash4-8-128, SipHash-2-4-64 and SipHash4-8-64 - * algorithms based on https://github.com/veorq/SipHash/blob/master/siphash.c + * Implementations of the SipHash-2-4-128, SipHash4-8-128 algorithms based on + * https://github.com/veorq/SipHash/blob/master/siphash.c */ #ifndef SIPHASH_H