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.cpp
Age
Commit message (
Expand
)
Author
2018-06-07
Spellcheck sweep across codebase
Joseph Henry
2017-04-20
Some code cleanup and make sure any type punning is guarded with ZT_NO_TYPE_P...
Adam Ierymenko
2017-04-17
Back out NaCl since the old one with xmm6 salsa2012 does not support multi-bl...
Adam Ierymenko
2017-04-17
Enable use of NaCl for faster X64 Salsa20 implementations. Also include binar...
Adam Ierymenko
2017-02-05
Docs, code cleanup, and protect the extra new fields of HELLO with encryption...
Adam Ierymenko
2015-10-09
Unroll Salsa20 fully for a little more speed (non-SSE now almost as fast as SSE)
Adam Ierymenko
2015-10-08
Little bit of reorg in Salsa20 which seems to speed things up very slightly.
Adam Ierymenko
2015-09-30
Speed up Salsa20 just a bit.
Adam Ierymenko
2015-07-08
Add build def ZT_NO_TYPE_PUNNING, which when defined disables type punning co...
Adam Ierymenko
2015-07-02
Revert slow non-SSE Salsa20 modification since it did not fix Android/ARM iss...
Adam Ierymenko
2015-07-01
For @glimberg -- a *possible* fix to the alignment headaches on Android/ARM. ...
Adam Ierymenko
2014-09-16
Get rid of __align stuff in Salsa20 -- not portable, does not seem to help mu...
Adam Ierymenko
2014-07-26
Salsa20 SSE Windows build fix -- turns out you can't be as loose with SSE int...
Adam Ierymenko
2014-07-15
SSE optimized Salsa20 -- anywhere from 20% to 50% faster than plain C version
Adam Ierymenko
2013-10-18
Make Salsa20 variable-round, allowing for Salsa20/12 to be used for Packet en...
Adam Ierymenko
2013-07-09
Several things:
Adam Ierymenko
2013-07-04
New git repository for release - version 0.2.0 tagged
Adam Ierymenko