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
@@ -40,6 +40,7 @@ libstrongswan_test_vectors_la_SOURCES = \
test_vectors/sha1_hmac.c \
test_vectors/sha2.c \
test_vectors/sha2_hmac.c \
test_vectors/sha3.c \
test_vectors/fips_prf.c \
test_vectors/modp.c \
test_vectors/modpsub.c \