Commit 2d447b57cc

Rocknest <35231115+Rocknest@users.noreply.github.com>
2021-02-03 03:05:22
fix typo in comment
1 parent 8661a13
Changed files (1)
lib
std
lib/std/crypto/siphash.zig
@@ -7,7 +7,7 @@
 // SipHash is a moderately fast pseudorandom function, returning a 64-bit or 128-bit tag for an arbitrary long input.
 //
 // Typical use cases include:
-// - protection against against DoS attacks for hash tables and bloom filters
+// - protection against DoS attacks for hash tables and bloom filters
 // - authentication of short-lived messages in online protocols
 //
 // https://www.aumasson.jp/siphash/siphash.pdf