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:
Adam Ierymenko 2017-04-17 17:54:12 -07:00
commit 7a94f63058
31 changed files with 18 additions and 792 deletions

View file

@ -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