diff options
author | JP Aumasson <jeanphilippe.aumasson@gmail.com> | 2014-11-08 22:53:08 +0100 |
---|---|---|
committer | JP Aumasson <jeanphilippe.aumasson@gmail.com> | 2014-11-08 22:53:08 +0100 |
commit | d884b5463c6be2976e74c59a8eebe5bec82093a8 (patch) | |
tree | c8fb9d5e42bcbe564d18ebc75eb4087441d071f7 | |
parent | experimental 128-bit mode (diff) | |
download | siphash-d884b5463c6be2976e74c59a8eebe5bec82093a8.tar.gz siphash-d884b5463c6be2976e74c59a8eebe5bec82093a8.tar.xz |
typo
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |