mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-09-11 21:20:39 +02:00
Merge bitcoin/bitcoin#35995: doc: fix outdated URL in hash_tests.cpp
158efbc723doc: 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 ACK158efbc723l0rinc: tested ACK158efbc723Tree-SHA512: e45d6872787474e50d51f408ae496e816adbaa8ff263f34df6af7070cfc94bc4f289c5d43cf79461055a0e9738340eb3088837e42991640a253853a5c9984ec6
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user