diff options
author | JP Aumasson <jeanphilippe.aumasson@gmail.com> | 2016-12-16 09:05:05 +0100 |
---|---|---|
committer | JP Aumasson <jeanphilippe.aumasson@gmail.com> | 2016-12-16 09:05:05 +0100 |
commit | 4ead64de471f154f14d85c9983d43d743d8fcf02 (patch) | |
tree | 2089411bb6f271892c190985f181b137356fa1a3 | |
parent | readme (diff) | |
download | siphash-4ead64de471f154f14d85c9983d43d743d8fcf02.tar.gz siphash-4ead64de471f154f14d85c9983d43d743d8fcf02.tar.xz |
experimental
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,8 +24,8 @@ 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, a version of SipHash working with 32-bit words and - returning 32-bit tags by default +* HalfSipHash-2-4, an **experimental** 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 |