Add Camellia-GCM test vectors

https://tools.ietf.org/html/draft-kato-ipsec-camellia-gcm-03#section-4
This commit is contained in:
Manuel Pégourié-Gonnard 2013-10-24 12:59:00 +02:00
parent 083d66821e
commit 13e0d449f7
4 changed files with 118 additions and 1 deletions

View file

@ -61,6 +61,7 @@ add_test_suite(gcm gcm.aes256_en)
add_test_suite(gcm gcm.aes128_de)
add_test_suite(gcm gcm.aes192_de)
add_test_suite(gcm gcm.aes256_de)
add_test_suite(gcm gcm.camellia)
add_test_suite(hmac_shax)
add_test_suite(md)
add_test_suite(mdx)