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