Merge bitcoin/bitcoin#35995: doc: fix outdated URL in hash_tests.cpp

158efbc723 doc: fix outdated URL in hash_tests.cpp (cyb3ralbert)

Pull request description:

  The old URL still 301-redirects, but to the site root, not to the file — and the file itself is gone: the same path on the new domain returns 404. The author's page at https://www.aumasson.jp/siphash/ says that the SipHash page and documentation have moved to github.com/veorq/SipHash.

  The vectors now live in vectors.h in that repository. All 64 values match the array below.

ACKs for top commit:
  maflcko:
    lgtm ACK 158efbc723
  l0rinc:
    tested ACK 158efbc723

Tree-SHA512: e45d6872787474e50d51f408ae496e816adbaa8ff263f34df6af7070cfc94bc4f289c5d43cf79461055a0e9738340eb3088837e42991640a253853a5c9984ec6
This commit is contained in:
merge-script
2026-08-18 10:07:18 +01:00

View File

@@ -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,