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:
parent
7c9949eea3
commit
f19c3c51d3
2 changed files with 24 additions and 22 deletions
|
@ -78,7 +78,7 @@ public:
|
|||
}
|
||||
|
||||
private:
|
||||
volatile union {
|
||||
union {
|
||||
#ifdef ZT_SALSA20_SSE
|
||||
__m128i v[4];
|
||||
#endif // ZT_SALSA20_SSE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue