| ... | @@ -7,7 +7,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. | 7 | // SipHash is a moderately fast pseudorandom function, returning a 64-bit or 128-bit tag for an arbitrary long input. |
| 8 | // | 8 | // |
| 9 | // Typical use cases include: | 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 | // - authentication of short-lived messages in online protocols | 11 | // - authentication of short-lived messages in online protocols |
| 12 | // | 12 | // |
| 13 | // https://www.aumasson.jp/siphash/siphash.pdf | 13 | // https://www.aumasson.jp/siphash/siphash.pdf |