aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--kat/blake2b (renamed from kat-blake2b)0
-rw-r--r--kat/blake2s (renamed from kat-blake2s)0
-rw-r--r--test.c4
4 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index eb10a74..5c4a8cf 100644
--- a/Makefile
+++ b/Makefile
@@ -93,8 +93,8 @@ SRC =\
# Known answers tests
KAT_FILES =\
- kat-blake2b\
- kat-blake2s
+ kat/blake2b\
+ kat/blake2s
LOBJ = $(OBJ:.o=.lo)
diff --git a/kat-blake2b b/kat/blake2b
index 229205e..229205e 100644
--- a/kat-blake2b
+++ b/kat/blake2b
diff --git a/kat-blake2s b/kat/blake2s
index fdc2361..fdc2361 100644
--- a/kat-blake2s
+++ b/kat/blake2s
diff --git a/test.c b/test.c
index 9f47e79..79863b0 100644
--- a/test.c
+++ b/test.c
@@ -654,8 +654,8 @@ main(void)
failed |= check_blake1();
/* TODO need tests for BLAKE1 with salt and suffix */
- failed |= check_kat_file("./kat-blake2s", "BLAKE2s", &hash_blake2s);
- failed |= check_kat_file("./kat-blake2b", "BLAKE2b", &hash_blake2b);
+ failed |= check_kat_file("kat/blake2s", "BLAKE2s", &hash_blake2s);
+ failed |= check_kat_file("kat/blake2b", "BLAKE2b", &hash_blake2b);
/* TODO need tests for BLAKE2[sb] with salt and pepper */
/* TODO test libblake_blake2s_update */
/* TODO test libblake_blake2b_update */