aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJP Aumasson <jeanphilippe.aumasson@gmail.com>2014-11-08 22:53:08 +0100
committerJP Aumasson <jeanphilippe.aumasson@gmail.com>2014-11-08 22:53:08 +0100
commitd884b5463c6be2976e74c59a8eebe5bec82093a8 (patch)
treec8fb9d5e42bcbe564d18ebc75eb4087441d071f7
parentexperimental 128-bit mode (diff)
downloadsiphash-d884b5463c6be2976e74c59a8eebe5bec82093a8.tar.gz
siphash-d884b5463c6be2976e74c59a8eebe5bec82093a8.tar.xz
typo
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a41ad6f..79aeb79 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ won't verify.
In addition to the original SipHash, which returns 64-bit tags, this
reference code implements an experimental mode to return 128-bit tags.
-This mode is enable when the constant `DOUBLE` is defined.
+This mode is enabled when the constant `DOUBLE` is defined.
Running