From: Niels Möller Date: Sun, 23 Apr 2023 18:56:11 +0000 (+0200) Subject: Rename siv-test.c --> siv-cmac-test.c. X-Git-Tag: nettle_3.9_release_20230514~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42046e68d79c51c11c3596e37914b0e3fbfd56cf;p=thirdparty%2Fnettle.git Rename siv-test.c --> siv-cmac-test.c. --- diff --git a/testsuite/Makefile.in b/testsuite/Makefile.in index be0cb965..5c2a0028 100644 --- a/testsuite/Makefile.in +++ b/testsuite/Makefile.in @@ -28,7 +28,7 @@ TS_NETTLE_SOURCES = aes-test.c aes-keywrap-test.c arcfour-test.c arctwo-test.c \ serpent-test.c twofish-test.c version-test.c \ knuth-lfib-test.c \ cbc-test.c cfb-test.c ctr-test.c gcm-test.c eax-test.c ccm-test.c \ - cmac-test.c ocb-test.c siv-test.c siv-gcm-test.c \ + cmac-test.c ocb-test.c siv-cmac-test.c siv-gcm-test.c \ poly1305-test.c chacha-poly1305-test.c \ hmac-test.c umac-test.c \ meta-hash-test.c meta-cipher-test.c\ diff --git a/testsuite/siv-test.c b/testsuite/siv-cmac-test.c similarity index 99% rename from testsuite/siv-test.c rename to testsuite/siv-cmac-test.c index 64f1ac5d..4c2cf32e 100644 --- a/testsuite/siv-test.c +++ b/testsuite/siv-cmac-test.c @@ -1,6 +1,6 @@ -/* siv-test.c +/* siv-cmac-test.c - Self-test and vectors for AES-SIV mode ciphers + Self-test and vectors for AES-SIV-CMAC mode ciphers Copyright (C) 2018 Nikos Mavrogiannopoulos