index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ext
/
csiphash.c
Age
Commit message (
Expand
)
Author
2020-05-06
Use __attribute__((fallthrough)) rather than magic GCC comments.
Nick Mathewson
2019-06-28
Coverity: different implementation for csiphash
Nick Mathewson
2018-11-14
Make "ext" participate in may_include.
Nick Mathewson
2018-06-29
Remove non-windows system includes from compat.h and util.h
Nick Mathewson
2018-06-21
Rectify include paths (automated)
Nick Mathewson
2018-06-20
Run rectify_include_paths.py
Nick Mathewson
2018-01-11
On shutdown, mark openssl as uninitialized.
Nick Mathewson
2017-05-30
Fix GCC 7 -Wimplicit-fallthrough warnings
Andreas Stieger
2017-03-14
Improve keccak-tiny performance by 15% on LE intel
Nick Mathewson
2017-02-03
Use the standard OpenBSD preprocessor definition
cypherpunks
2015-11-05
Fix SipHash-2-4 performance for non multiple of 8 buffers.
Yawning Angel
2015-03-23
Merge remote-tracking branch 'public/bug15436_025' into maint-0.2.6
Nick Mathewson
2015-03-23
Fix unaligned access in SipHash-2-4.
Yawning Angel
2014-10-28
Add another year to our copyright dates.
Nick Mathewson
2014-04-07
Make csiphash use the proper endian-converter on solaris
Nick Mathewson
2014-03-18
csiphash: don't attempt unaligned access
Nick Mathewson
2014-02-17
Appropriately condition the _le64toh macro definition for OpenBSD.
dana koch
2014-02-12
Randomize the global siphash key at startup
Nick Mathewson
2014-02-12
csiphash: Add functions to take a global key.
Nick Mathewson
2014-02-12
csiphash: avoid unaligned access on non-x86
Nick Mathewson
2014-02-12
Get csiphash better integrated with our build system
Nick Mathewson
2014-02-12
Raw import of Marek Majkowski's cisphash.c
Nick Mathewson