xof: Added ChaCha20 stream as XOF

This commit is contained in:
Andreas Steffen
2016-08-06 12:09:05 +02:00
parent 8993cb556e
commit 1fddb0b92e
9 changed files with 311 additions and 3 deletions
@@ -15,7 +15,8 @@ libstrongswan_chapoly_la_SOURCES = \
chapoly_plugin.h chapoly_plugin.c \
chapoly_drv.h chapoly_drv.c \
chapoly_drv_portable.h chapoly_drv_portable.c \
chapoly_aead.h chapoly_aead.c
chapoly_aead.h chapoly_aead.c \
chapoly_xof.h chapoly_xof.c
noinst_LTLIBRARIES += libchapoly-drv-ssse3.la
libchapoly_drv_ssse3_la_SOURCES = chapoly_drv_ssse3.h chapoly_drv_ssse3.c