From 158efbc723d37eefb06939b7f7e851c8168342bd Mon Sep 17 00:00:00 2001 From: cyb3ralbert Date: Mon, 17 Aug 2026 17:22:38 +0300 Subject: [PATCH] doc: fix outdated URL in hash_tests.cpp --- src/test/hash_tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/hash_tests.cpp b/src/test/hash_tests.cpp index 63ef4f5e547..a8a7d55ab32 100644 --- a/src/test/hash_tests.cpp +++ b/src/test/hash_tests.cpp @@ -97,7 +97,7 @@ BOOST_AUTO_TEST_CASE(murmurhash3) ... in = 00 01 02 ... 3e (63 bytes) - from: https://131002.net/siphash/siphash24.c + from: https://github.com/veorq/SipHash/blob/master/vectors.h */ uint64_t siphash_4_2_testvec[] = { 0x726fdb47dd0e0e31, 0x74f839c593dc67fd, 0x0d6c8009d9a94f5a, 0x85676696d7fb7e2d,