zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 2d447b57ccfd1a65383bf7ca9f882c7e69e94f2b (tree)
parent 8661a13b748d25d796c0246dad7ad2584d9b0824
Author: Rocknest <35231115+Rocknest@users.noreply.github.com>
Date:   Wed,  3 Feb 2021 04:05:22 +0200

fix typo in comment

Diffstat:
Mlib/std/crypto/siphash.zig | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/std/crypto/siphash.zig b/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