aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNihal Jere <nihal@nihaljere.xyz>2022-01-20 22:03:00 -0600
committerNihal Jere <nihal@nihaljere.xyz>2022-01-20 22:03:00 -0600
commit6c8ad6b9f0fe6e52427fba5a9650aa4a8b0a5747 (patch)
tree66b9eb227d4b7a255fd2f16afacd2aa4a8353820 /README.md
parentMerge pull request #40 from noocsharp/master (diff)
downloadsiphash-6c8ad6b9f0fe6e52427fba5a9650aa4a8b0a5747.tar.gz
siphash-6c8ad6b9f0fe6e52427fba5a9650aa4a8b0a5747.tar.xz
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