aboutsummaryrefslogtreecommitdiff
path: root/src/ext/csiphash.c
AgeCommit message (Expand)Author
2020-05-06Use __attribute__((fallthrough)) rather than magic GCC comments.Nick Mathewson
2019-06-28Coverity: different implementation for csiphashNick Mathewson
2018-11-14Make "ext" participate in may_include.Nick Mathewson
2018-06-29Remove non-windows system includes from compat.h and util.hNick Mathewson
2018-06-21Rectify include paths (automated)Nick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-01-11On shutdown, mark openssl as uninitialized.Nick Mathewson
2017-05-30Fix GCC 7 -Wimplicit-fallthrough warningsAndreas Stieger
2017-03-14Improve keccak-tiny performance by 15% on LE intelNick Mathewson
2017-02-03Use the standard OpenBSD preprocessor definitioncypherpunks
2015-11-05Fix SipHash-2-4 performance for non multiple of 8 buffers.Yawning Angel
2015-03-23Merge remote-tracking branch 'public/bug15436_025' into maint-0.2.6Nick Mathewson
2015-03-23Fix unaligned access in SipHash-2-4.Yawning Angel
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-04-07Make csiphash use the proper endian-converter on solarisNick Mathewson
2014-03-18csiphash: don't attempt unaligned accessNick Mathewson
2014-02-17Appropriately condition the _le64toh macro definition for OpenBSD.dana koch
2014-02-12Randomize the global siphash key at startupNick Mathewson
2014-02-12csiphash: Add functions to take a global key.Nick Mathewson
2014-02-12csiphash: avoid unaligned access on non-x86Nick Mathewson
2014-02-12Get csiphash better integrated with our build systemNick Mathewson
2014-02-12Raw import of Marek Majkowski's cisphash.cNick Mathewson