aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-09-01 09:56:49 +0200
committerMattias Andrée <maandree@kth.se>2024-09-01 09:56:49 +0200
commit5caa621d9e0c3fc3893b0b94efe1503fcd6a5c88 (patch)
tree8494e1940f082441a06ad35e55d6e874d9855001 /Makefile
parentMore testing (diff)
downloadlibhashsum-5caa621d9e0c3fc3893b0b94efe1503fcd6a5c88.tar.gz
libhashsum-5caa621d9e0c3fc3893b0b94efe1503fcd6a5c88.tar.bz2
libhashsum-5caa621d9e0c3fc3893b0b94efe1503fcd6a5c88.tar.xz
Add tests for SHAKE and RawSHAKE
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 28861b8..7c01521 100644
--- a/Makefile
+++ b/Makefile
@@ -106,6 +106,12 @@ TEST =\
sha3_256.t\
sha3_384.t\
sha3_512.t\
+ shake128.t\
+ shake256.t\
+ shake512.t\
+ rawshake128.t\
+ rawshake256.t\
+ rawshake512.t\
blake224.t\
blake256.t\
blake384.t\