aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJean-Philippe Aumasson <jeanphilippe.aumasson@gmail.com>2022-01-21 11:24:54 +0100
committerGitHub <noreply@github.com>2022-01-21 11:24:54 +0100
commitb655e36684b241bc6be9e7f7d063a9ffbadf3aa0 (patch)
tree66b9eb227d4b7a255fd2f16afacd2aa4a8353820 /README.md
parentMerge pull request #40 from noocsharp/master (diff)
parentfix typo: clarify -> clarity (diff)
downloadsiphash-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4bf81f8..6350194 100644
--- a/README.md
+++ b/README.md
@@ -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