Revert slow non-SSE Salsa20 modification since it did not fix Android/ARM issue. Also update Salsa20 comments and clean up a bit.

This commit is contained in:
Adam Ierymenko 2015-07-02 09:00:00 -07:00
parent 7c9949eea3
commit f19c3c51d3
2 changed files with 24 additions and 22 deletions

View file

@ -78,7 +78,7 @@ public:
}
private:
volatile union {
union {
#ifdef ZT_SALSA20_SSE
__m128i v[4];
#endif // ZT_SALSA20_SSE