Commit 7a01d396ee

Frank Denis <github@pureftpd.org>
2021-02-02 09:58:43
siphash: update the link to the SipHash paper
1 parent 70a7c14
Changed files (1)
lib
std
lib/std/crypto/siphash.zig
@@ -10,7 +10,7 @@
 // - protection against against DoS attacks for hash tables and bloom filters
 // - authentication of short-lived messages in online protocols
 //
-// https://131002.net/siphash/
+// https://www.aumasson.jp/siphash/siphash.pdf
 const std = @import("../std.zig");
 const assert = std.debug.assert;
 const testing = std.testing;