~skeeto/public-inbox

1

[scratch/siphash]: 404 link

Details
Message ID
<20230109003714.cqqliw3naog34qht@gen2.localdomain>
DKIM signature
pass
Download raw message
Patch: +2 -2
Hi,

The non-incremental link of siphash on the README is 404. Perhaps it was
meant to link to the `siphash-embed.h` file ?

- NRK

diff --git a/siphash/README.md b/siphash/README.md
index 31d44b7..b4d4859 100644
--- a/siphash/README.md
+++ b/siphash/README.md
@@ -18,9 +18,9 @@ In Go style, finalization function does not modify the context, allowing more
input to be appended after the digest is computed. To clone the context, copy
it.

For a non-incremental, header library of SipHash: [**siphash.h**][hdr].
For a non-incremental, header library of SipHash: [**siphash-embed.h**][hdr].


[hdr]: https://gist.github.com/skeeto/c8838cee7e97fbec483ae3cf58627154
[hdr]: siphash-embed.h
[min]: https://nullprogram.com/blog/2018/06/10/
[sh]: https://cr.yp.to/siphash/siphash-20120620.pdf
Details
Message ID
<20230109040024.yewedlzbft3d57td@nullprogram.com>
In-Reply-To
<20230109003714.cqqliw3naog34qht@gen2.localdomain> (view parent)
DKIM signature
missing
Download raw message
Yes, thanks! I've committed your patch. This was originally a gist, but in 
August 2021 I established my "scratch" repository to consolidate all such 
loose scraps of code. (I preserved the original gist commit metadata, and 
so if you look carefully you'll see that a number of commits predate the 
root commit.) When I moved this one over I forgot to fix up the README.
Reply to thread Export thread (mbox)