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
@@ -20,6 +20,7 @@ libstrongswan_test_vectors_la_SOURCES = \
test_vectors/aes_ccm.c \
test_vectors/aes_gcm.c \
test_vectors/chacha20poly1305.c \
test_vectors/chacha20_xof.c \
test_vectors/blowfish.c \
test_vectors/camellia_cbc.c \
test_vectors/camellia_ctr.c \