aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-02-20 14:09:51 +0100
committerMattias Andrée <maandree@kth.se>2022-02-20 14:17:12 +0100
commit5bec844915059902d99ae8693b52bd7e42fe4fca (patch)
tree73e8f7a9afd3492757560b910421e8a93594887b /Makefile
parentAdd KAT files for BLAKE2[bs]p (which have not been implemented yet) (diff)
downloadlibblake-5bec844915059902d99ae8693b52bd7e42fe4fca.tar.gz
libblake-5bec844915059902d99ae8693b52bd7e42fe4fca.tar.bz2
libblake-5bec844915059902d99ae8693b52bd7e42fe4fca.tar.xz
Fix libblake_blake2xb_force_update and add tests for BLAKE2X
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5c4a8cf..3d770b2 100644
--- a/Makefile
+++ b/Makefile
@@ -94,7 +94,9 @@ SRC =\
# Known answers tests
KAT_FILES =\
kat/blake2b\
- kat/blake2s
+ kat/blake2s\
+ kat/blake2xb\
+ kat/blake2xs
LOBJ = $(OBJ:.o=.lo)