| author | |
| committer | |
| log | 2d447b57ccfd1a65383bf7ca9f882c7e69e94f2b |
| tree | 824e6b6d5666b8022999d2f7bc3cc4220290dd92 |
| parent | 8661a13b748d25d796c0246dad7ad2584d9b0824 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/crypto/siphash.zig+1-1| ... | ... | @@ -7,7 +7,7 @@ |
| 7 | 7 | // SipHash is a moderately fast pseudorandom function, returning a 64-bit or 128-bit tag for an arbitrary long input. |
| 8 | 8 | // |
| 9 | 9 | // Typical use cases include: |
| 10 | // - protection against against DoS attacks for hash tables and bloom filters | |
| 10 | // - protection against DoS attacks for hash tables and bloom filters | |
| 11 | 11 | // - authentication of short-lived messages in online protocols |
| 12 | 12 | // |
| 13 | 13 | // https://www.aumasson.jp/siphash/siphash.pdf |