mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 13:54:15 -07:00
Enable use of NaCl for faster X64 Salsa20 implementations. Also include binary for OSX for easy build. Blazingly fast.
This commit is contained in:
parent
d8f5cfdee4
commit
df48738ac9
32 changed files with 801 additions and 47 deletions
|
@ -33,6 +33,12 @@ 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