| author | |
| committer | |
| log | 7a01d396ee4bb38e6421a852dc3f891d856dfda8 |
| tree | 2dcfcc366f7830a12d7d17ecb819363eb7440490 |
| parent | 70a7c14ca6576cfc8b8dfa540ec5fe1a1167200f |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/crypto/siphash.zig+1-1| ... | ... | @@ -10,7 +10,7 @@ |
| 10 | 10 | // - protection against against DoS attacks for hash tables and bloom filters |
| 11 | 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 | 14 | const std = @import("../std.zig"); |
| 15 | 15 | const assert = std.debug.assert; |
| 16 | 16 | const testing = std.testing; |