diff options
author | Max Davitt <max@davitt.me> | 2021-06-06 14:20:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-06 14:20:21 -0400 |
commit | 4eb66edbbab6c6228875de8717a925937b47c1c0 (patch) | |
tree | 6dfd57351c0e2ed7df220def4a8631585219099c /README.md | |
parent | Merge pull request #35 from veorq/uint8t2uchar (diff) | |
download | siphash-4eb66edbbab6c6228875de8717a925937b47c1c0.tar.gz siphash-4eb66edbbab6c6228875de8717a925937b47c1c0.tar.xz |
Fix link to hash-flooding DOS attack slides
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ This is the reference C code of SipHash: portable, simple, optimized for clarify SipHash was designed in 2012 by [Jean-Philippe Aumasson](https://aumasson.jp) and [Daniel J. Bernstein](http://cr.yp.to) as a defense against [hash-flooding -DoS attacks](https://aumasson.net/siphash/siphashdos_29c3_slides.pdf). +DoS attacks](https://aumasson.jp/siphash/siphashdos_29c3_slides.pdf). SipHash is: |