authorgravatar for 124872+jedisct1@users.noreply.github.comFrank Denis <124872+jedisct1@users.noreply.github.com> 2021-02-02 09:58:43+01:00
committergravatar for git@vexu.euVeikka Tuominen <git@vexu.eu> 2021-02-02 11:17:14+02:00
log7a01d396ee4bb38e6421a852dc3f891d856dfda8
tree2dcfcc366f7830a12d7d17ecb819363eb7440490
parent70a7c14ca6576cfc8b8dfa540ec5fe1a1167200f

siphash: update the link to the SipHash paper


1 files changed, 1 insertions(+), 1 deletions(-)

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