newhope: Remove legacy Newhope key exchange method

This commit is contained in:
Andreas Steffen
2024-11-22 14:05:36 +01:00
committed by Tobias Brunner
parent 4833f29b15
commit 8e3a373e18
48 changed files with 15 additions and 4110 deletions
-21
View File
@@ -281,13 +281,6 @@ else
SUBDIRS = .
endif
# build libnttfft used by some plugins
######################################
if USE_LIBNTTFFT
SUBDIRS += math/libnttfft
endif
# build plugins with their own Makefile
#######################################
@@ -690,13 +683,6 @@ if MONOLITHIC
endif
endif
if USE_NEWHOPE
SUBDIRS += plugins/newhope
if MONOLITHIC
libstrongswan_la_LIBADD += plugins/newhope/libstrongswan-newhope.la
endif
endif
if USE_DRBG
SUBDIRS += plugins/drbg
if MONOLITHIC
@@ -720,10 +706,3 @@ endif
SUBDIRS += tests
if USE_LIBNTTFFT
SUBDIRS += math/libnttfft/tests
endif
if USE_NEWHOPE
SUBDIRS += plugins/newhope/tests
endif