diff options
author | JP Aumasson <jeanphilippe.aumasson@gmail.com> | 2016-02-29 09:53:08 +0100 |
---|---|---|
committer | JP Aumasson <jeanphilippe.aumasson@gmail.com> | 2016-02-29 09:53:08 +0100 |
commit | c03e6bbf6613243bc30788912ad4afbc0b992d47 (patch) | |
tree | 7306cb9cb96ed54ce168c24156082fdfbde297a2 | |
parent | recover deleted files (diff) | |
download | siphash-c03e6bbf6613243bc30788912ad4afbc0b992d47.tar.gz siphash-c03e6bbf6613243bc30788912ad4afbc0b992d47.tar.xz |
comments on 128b security
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -64,6 +64,10 @@ Running will build `siphash24_test_double` and `siphash24_debug_double`. +SipHash with 128-bit tags targets PRF security with 128-bit key and +128-bit tags. In particular, any attack trying up to 2^s should +succeed with probability at most 2^(s - 128). + The **128-bit mode is experimental**, use at your own risk. |