diff options
author | Jean-Philippe Aumasson <jeanphilippe.aumasson@gmail.com> | 2022-01-21 11:24:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-21 11:24:54 +0100 |
commit | b655e36684b241bc6be9e7f7d063a9ffbadf3aa0 (patch) | |
tree | 66b9eb227d4b7a255fd2f16afacd2aa4a8353820 /README.md | |
parent | Merge pull request #40 from noocsharp/master (diff) | |
parent | fix typo: clarify -> clarity (diff) | |
download | siphash-b655e36684b241bc6be9e7f7d063a9ffbadf3aa0.tar.gz siphash-b655e36684b241bc6be9e7f7d063a9ffbadf3aa0.tar.xz |
Merge pull request #41 from noocsharp/master
fix typo: clarify -> clarity
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 |