diff options
author | Mattias Andrée <maandree@kth.se> | 2022-02-20 14:09:51 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-02-20 14:17:12 +0100 |
commit | 5bec844915059902d99ae8693b52bd7e42fe4fca (patch) | |
tree | 73e8f7a9afd3492757560b910421e8a93594887b /Makefile | |
parent | Add KAT files for BLAKE2[bs]p (which have not been implemented yet) (diff) | |
download | libblake-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-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -94,7 +94,9 @@ SRC =\ # Known answers tests KAT_FILES =\ kat/blake2b\ - kat/blake2s + kat/blake2s\ + kat/blake2xb\ + kat/blake2xs LOBJ = $(OBJ:.o=.lo) |