From 789046ca575e0aabe621c312832a8ccadf102989 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 30 Sep 2015 14:35:05 -0700 Subject: Speed up Salsa20 just a bit. --- node/Salsa20.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/Salsa20.hpp') diff --git a/node/Salsa20.hpp b/node/Salsa20.hpp index 3bb041ac..84baf3da 100644 --- a/node/Salsa20.hpp +++ b/node/Salsa20.hpp @@ -84,7 +84,7 @@ private: #endif // ZT_SALSA20_SSE uint32_t i[16]; } _state; - unsigned int _roundsDiv2; + unsigned int _roundsDiv4; }; } // namespace ZeroTier -- cgit v1.2.3