Update siphash comment
Release / release (push) Successful in 3s

This commit is contained in:
2026-09-22 00:57:46 +01:00
parent 421728c137
commit 17be4841e6
+2 -2
View File
@@ -1,8 +1,8 @@
// vim:fileencoding=utf-8:foldmethod=marker // vim:fileencoding=utf-8:foldmethod=marker
/** /**
* Implementations of the SipHash-2-4-128, SipHash4-8-128, SipHash-2-4-64 and SipHash4-8-64 * Implementations of the SipHash-2-4-128, SipHash4-8-128 algorithms based on
* algorithms based on https://github.com/veorq/SipHash/blob/master/siphash.c * https://github.com/veorq/SipHash/blob/master/siphash.c
*/ */
#ifndef SIPHASH_H #ifndef SIPHASH_H