mirror of
https://github.com/ziglang/zig.git
synced 2026-01-21 06:45:24 +00:00
fix typo in comment
This commit is contained in:
parent
8661a13b74
commit
2d447b57cc
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user