diff options
author | Jean-Philippe Aumasson <jeanphilippe.aumasson@gmail.com> | 2022-07-28 11:55:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-28 11:55:01 +0200 |
commit | 8ec5fcaa47345248011538fa448d1d558329981c (patch) | |
tree | ad32dd50f65363c8bd7b27668d6441a2362429b7 /README.md | |
parent | Rename `DEBUG` to `DEBUG_SIPHASH` (diff) | |
parent | Merge pull request #41 from noocsharp/master (diff) | |
download | siphash-8ec5fcaa47345248011538fa448d1d558329981c.tar.gz siphash-8ec5fcaa47345248011538fa448d1d558329981c.tar.xz |
Merge branch 'master' into rename-debug-symbol
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ CC0-1.0](https://licensebuttons.net/l/zero/1.0/80x15.png)](http://creativecommon SipHash is a family of pseudorandom functions (PRFs) optimized for speed on short messages. -This is the reference C code of SipHash: portable, simple, optimized for clarify and debugging. +This is the reference C code of SipHash: portable, simple, optimized for clarity and debugging. SipHash was designed in 2012 by [Jean-Philippe Aumasson](https://aumasson.jp) and [Daniel J. Bernstein](https://cr.yp.to) as a defense against [hash-flooding |