diff options
author | JP Aumasson <jeanphilippe.aumasson@gmail.com> | 2021-10-31 07:53:10 +0100 |
---|---|---|
committer | JP Aumasson <jeanphilippe.aumasson@gmail.com> | 2021-10-31 07:53:10 +0100 |
commit | b8505641f45d74a37cd7ca10e003764684786205 (patch) | |
tree | 5380d443cd867fd613ae48c73e49b9449533d669 | |
parent | halfsh header, cleanup (diff) | |
download | siphash-b8505641f45d74a37cd7ca10e003764684786205.tar.gz siphash-b8505641f45d74a37cd7ca10e003764684786205.tar.xz |
https
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ SipHash is a family of pseudorandom functions (PRFs) optimized for speed on shor This is the reference C code of SipHash: portable, simple, optimized for clarify and debugging. 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 +and [Daniel J. Bernstein](https://cr.yp.to) as a defense against [hash-flooding DoS attacks](https://aumasson.jp/siphash/siphashdos_29c3_slides.pdf). SipHash is: |