mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 21:33:57 -07:00
SSE optimized Salsa20 -- anywhere from 20% to 50% faster than plain C version
This commit is contained in:
parent
00f9305ad8
commit
12692c551e
5 changed files with 262 additions and 120 deletions
|
@ -19,6 +19,9 @@ ifeq ($(ZT_USE_TESTNET),1)
|
|||
DEFS+=-DZT_USE_TESTNET
|
||||
endif
|
||||
|
||||
# Enable SSE-optimized Salsa20
|
||||
DEFS+=-DZT_SALSA20_SSE
|
||||
|
||||
# Uncomment to dump trace and log to stdout
|
||||
#DEFS+=-DZT_TRACE -DZT_LOG_STDOUT
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue