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