diff options
author | Jean-Philippe Aumasson <jeanphilippe.aumasson@gmail.com> | 2021-06-07 08:00:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-07 08:00:11 +0200 |
commit | 13c0c2c2de60a3652cca02b5c18b5ea8958dce21 (patch) | |
tree | 6dfd57351c0e2ed7df220def4a8631585219099c | |
parent | Merge pull request #35 from veorq/uint8t2uchar (diff) | |
parent | Fix link to hash-flooding DOS attack slides (diff) | |
download | siphash-13c0c2c2de60a3652cca02b5c18b5ea8958dce21.tar.gz siphash-13c0c2c2de60a3652cca02b5c18b5ea8958dce21.tar.xz |
Merge pull request #36 from themaxdavitt/themaxdavitt-patch-1
Fix link to hash-flooding DOS attack slides
Diffstat (limited to '')
-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: |