aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-09-01 13:15:50 +0200
committerMattias Andrée <maandree@kth.se>2024-09-01 13:15:50 +0200
commitb9d4bfaea3209fdcebdba148cb99242c44371c4a (patch)
tree94c15e93ed1bf712064f225da3db7e33e550869c /Makefile
parentAdd tests for SHAKE and RawSHAKE (diff)
downloadlibhashsum-b9d4bfaea3209fdcebdba148cb99242c44371c4a.tar.gz
libhashsum-b9d4bfaea3209fdcebdba148cb99242c44371c4a.tar.bz2
libhashsum-b9d4bfaea3209fdcebdba148cb99242c44371c4a.tar.xz
Add tests for Keccak and fix squeeze support in finalise_const for Keccak
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7c01521..6a4b01c 100644
--- a/Makefile
+++ b/Makefile
@@ -102,6 +102,7 @@ TEST =\
keccak_256.t\
keccak_384.t\
keccak_512.t\
+ keccak.t\
sha3_224.t\
sha3_256.t\
sha3_384.t\