index
:
infinitytier.git
main
Fork of ZeroTier (mirror of https://github.com/vyos/infinitytier.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
node
/
Salsa20.hpp
Age
Commit message (
Expand
)
Author
2015-10-14
Add uint16_t key to Hashtable, and make Salsa20 zero its keyspace on destruct...
Adam Ierymenko
2015-10-09
Unroll Salsa20 fully for a little more speed (non-SSE now almost as fast as SSE)
Adam Ierymenko
2015-09-30
Speed up Salsa20 just a bit.
Adam Ierymenko
2015-07-02
Revert slow non-SSE Salsa20 modification since it did not fix Android/ARM iss...
Adam Ierymenko
2015-06-01
Apply @marning suggested SSE auto-detect to make builds easier on non-x86 pla...
Adam Ierymenko
2014-09-16
Get rid of __align stuff in Salsa20 -- not portable, does not seem to help mu...
Adam Ierymenko
2014-07-15
SSE optimized Salsa20 -- anywhere from 20% to 50% faster than plain C version
Adam Ierymenko
2013-12-06
Dead code removal, fix for cleanup GitHub issue #28
Adam Ierymenko
2013-10-18
Make Salsa20 variable-round, allowing for Salsa20/12 to be used for Packet en...
Adam Ierymenko
2013-09-17
More include formatting cleanup.
Adam Ierymenko
2013-07-04
New git repository for release - version 0.2.0 tagged
Adam Ierymenko