diff options
author | JP Aumasson <jeanphilippe.aumasson@gmail.com> | 2017-02-24 14:53:01 +0100 |
---|---|---|
committer | JP Aumasson <jeanphilippe.aumasson@gmail.com> | 2017-02-24 14:53:01 +0100 |
commit | 8e6e4c1e5b75e258b32e09ccfd76eef034fc3ba6 (patch) | |
tree | 4bcd1ace2cb1687a3ee86b54480ec68109f937e0 | |
parent | Merge pull request #7 from dchest/halfvectors (diff) | |
download | siphash-8e6e4c1e5b75e258b32e09ccfd76eef034fc3ba6.tar.gz siphash-8e6e4c1e5b75e258b32e09ccfd76eef034fc3ba6.tar.xz |
d/experimental
Diffstat (limited to '')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -23,9 +23,9 @@ Running will build tests for * SipHash-2-4, the default version of SipHash returning 64-bit tags -* SipHash-2-4 with doubled tag size, i.e. 128-bit tags -* HalfSipHash-2-4, an **experimental** version of SipHash working with - 32-bit words and returning 32-bit tags by default +* SipHash-2-4 with doubled tag size, i.e. 128-bit tags +* HalfSipHash-2-4, a version of SipHash working with 32-bit words and + returning 32-bit tags by default * HalfSipHash-2-4 with doubled tag size, i.e. 64-bit tags |