Implemented SHA-3 hash algorithm including test vectors

This commit is contained in:
Andreas Steffen
2015-11-03 21:35:09 +01:00
parent de61e2cef4
commit a488584b5f
10 changed files with 1034 additions and 1 deletions
+7
View File
@@ -288,6 +288,13 @@ if MONOLITHIC
endif
endif
if USE_SHA3
SUBDIRS += plugins/sha3
if MONOLITHIC
libstrongswan_la_LIBADD += plugins/sha3/libstrongswan-sha3.la
endif
endif
if USE_GMP
SUBDIRS += plugins/gmp
if MONOLITHIC