test-vectors: Add some initial ChaCha20/Poly1305 AEAD test vector

This commit is contained in:
Martin Willi
2015-06-29 17:32:14 +02:00
parent 405c5dcd82
commit 82f7f5882f
3 changed files with 112 additions and 0 deletions
@@ -19,6 +19,7 @@ libstrongswan_test_vectors_la_SOURCES = \
test_vectors/aes_cmac.c \
test_vectors/aes_ccm.c \
test_vectors/aes_gcm.c \
test_vectors/chacha20poly1305.c \
test_vectors/blowfish.c \
test_vectors/camellia_cbc.c \
test_vectors/camellia_ctr.c \