Created framework for BLISS post-quantum signature algorithm

This commit is contained in:
Andreas Steffen
2014-11-29 14:51:14 +01:00
parent 4ef819a379
commit 9d5b91d198
12 changed files with 663 additions and 8 deletions
+7
View File
@@ -544,6 +544,13 @@ if MONOLITHIC
endif
endif
if USE_BLISS
SUBDIRS += plugins/bliss
if MONOLITHIC
libstrongswan_la_LIBADD += plugins/bliss/libstrongswan-bliss.la
endif
endif
if USE_TEST_VECTORS
SUBDIRS += plugins/test_vectors
if MONOLITHIC