mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 13:54:15 -07:00
Back out NaCl since the old one with xmm6 salsa2012 does not support multi-block use and the new one is slower.
This commit is contained in:
parent
db0edf154c
commit
7a94f63058
31 changed files with 18 additions and 792 deletions
|
@ -33,12 +33,6 @@ else
|
|||
DEFS+=-DZT_SOFTWARE_UPDATE_DEFAULT="\"download\""
|
||||
endif
|
||||
|
||||
# Use precompiled extremely fast Salsa20/12 from "cnacl" included in ext/bin
|
||||
# See https://github.com/cjdelisle/cnacl
|
||||
DEFS+=-DZT_USE_LIBSODIUM
|
||||
CFLAGS+=-Iext/bin/cnacl-osx-amd64/include
|
||||
LIBS+=ext/bin/cnacl-osx-amd64/libnacl.a
|
||||
|
||||
ifeq ($(ZT_ENABLE_CLUSTER),1)
|
||||
DEFS+=-DZT_ENABLE_CLUSTER
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue