SSE optimized Salsa20 -- anywhere from 20% to 50% faster than plain C version
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user