| ... | @@ -10,7 +10,7 @@ | ... | @@ -10,7 +10,7 @@ |
| 10 | // - protection against against DoS attacks for hash tables and bloom filters | 10 | // - protection against against DoS attacks for hash tables and bloom filters |
| 11 | // - authentication of short-lived messages in online protocols | 11 | // - authentication of short-lived messages in online protocols |
| 12 | // | 12 | // |
| 13 | // https://131002.net/siphash/ | 13 | // https://www.aumasson.jp/siphash/siphash.pdf |
| 14 | const std = @import("../std.zig"); | 14 | const std = @import("../std.zig"); |
| 15 | const assert = std.debug.assert; | 15 | const assert = std.debug.assert; |
| 16 | const testing = std.testing; | 16 | const testing = std.testing; |