Speed up Salsa20 just a bit.

This commit is contained in:
Adam Ierymenko 2015-09-30 14:35:05 -07:00
parent 1a4f16e0ed
commit 789046ca57
2 changed files with 75 additions and 4 deletions

View file

@ -84,7 +84,7 @@ private:
#endif // ZT_SALSA20_SSE
uint32_t i[16];
} _state;
unsigned int _roundsDiv2;
unsigned int _roundsDiv4;
};
} // namespace ZeroTier