authorgravatar for 35231115+Rocknest@users.noreply.github.comRocknest <35231115+Rocknest@users.noreply.github.com> 2021-02-03 04:05:22+02:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2021-02-02 20:07:08-08:00
log2d447b57ccfd1a65383bf7ca9f882c7e69e94f2b
tree824e6b6d5666b8022999d2f7bc3cc4220290dd92
parent8661a13b748d25d796c0246dad7ad2584d9b0824

fix typo in comment


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

lib/std/crypto/siphash.zig+1-1
......@@ -7,7 +7,7 @@
77// SipHash is a moderately fast pseudorandom function, returning a 64-bit or 128-bit tag for an arbitrary long input.
88//
99// 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
1111// - authentication of short-lived messages in online protocols
1212//
1313// https://www.aumasson.jp/siphash/siphash.pdf