Created libnttfft
This makes Number Theoretic Transforms (NTT) based on the efficient Fast-Fourier-Transform (FFT) available to multiple plugins.
This commit is contained in:
@@ -221,16 +221,22 @@ $(srcdir)/crypto/proposal/proposal_keywords_static.c: $(srcdir)/crypto/proposal/
|
||||
$(GPERF) -N proposal_get_token_static -m 10 -C -G -c -t -D < \
|
||||
$(srcdir)/crypto/proposal/proposal_keywords_static.txt > $@
|
||||
|
||||
|
||||
# build plugins with their own Makefile
|
||||
#######################################
|
||||
|
||||
if MONOLITHIC
|
||||
SUBDIRS =
|
||||
else
|
||||
SUBDIRS = .
|
||||
endif
|
||||
|
||||
# build libnttfft used by some plugins
|
||||
######################################
|
||||
|
||||
if USE_LIBNTTFFT
|
||||
SUBDIRS += math/libnttfft
|
||||
endif
|
||||
|
||||
# build plugins with their own Makefile
|
||||
#######################################
|
||||
|
||||
if USE_AF_ALG
|
||||
SUBDIRS += plugins/af_alg
|
||||
if MONOLITHIC
|
||||
@@ -605,7 +611,16 @@ endif
|
||||
if MONOLITHIC
|
||||
SUBDIRS += .
|
||||
endif
|
||||
|
||||
# build unit tests
|
||||
##################
|
||||
|
||||
SUBDIRS += tests
|
||||
|
||||
if USE_LIBNTTFFT
|
||||
SUBDIRS += math/libnttfft/tests
|
||||
endif
|
||||
|
||||
if USE_BLISS
|
||||
SUBDIRS += plugins/bliss/tests
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user