mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 07:32:44 +00:00
siphash: update the link to the SipHash paper
This commit is contained in:
parent
70a7c14ca6
commit
7a01d396ee
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user