]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Rename siv-test.c --> siv-cmac-test.c.
authorNiels Möller <nisse@lysator.liu.se>
Sun, 23 Apr 2023 18:56:11 +0000 (20:56 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Sun, 23 Apr 2023 18:56:11 +0000 (20:56 +0200)
testsuite/Makefile.in
testsuite/siv-cmac-test.c [moved from testsuite/siv-test.c with 99% similarity]

index be0cb9658e180c93e106084f7a07ac51cb86973e..5c2a0028d791dc5ef4de6aaea91d75c0de2cb645 100644 (file)
@@ -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\
similarity index 99%
rename from testsuite/siv-test.c
rename to testsuite/siv-cmac-test.c
index 64f1ac5d7668e1b3011078a97a72bc3044d0886f..4c2cf32e9a2e3f9546f7b5316738b2628f131868 100644 (file)
@@ -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