xof: Implemented SHAKE128 and SHAKE256 Extended Output Functions

This commit is contained in:
Andreas Steffen
2016-07-29 12:36:14 +02:00
parent 04208ac5d4
commit 5ff88c9622
11 changed files with 1293 additions and 415 deletions
+4 -1
View File
@@ -11,6 +11,9 @@ plugin_LTLIBRARIES = libstrongswan-sha3.la
endif
libstrongswan_sha3_la_SOURCES = \
sha3_plugin.h sha3_plugin.c sha3_hasher.c sha3_hasher.h
sha3_plugin.h sha3_plugin.c \
sha3_hasher.c sha3_hasher.h \
sha3_shake.h sha3_shake.c \
sha3_keccak.h sha3_keccak.c
libstrongswan_sha3_la_LDFLAGS = -module -avoid-version