diff options
author | Mattias Andrée <maandree@kth.se> | 2024-09-01 13:15:50 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-09-01 13:15:50 +0200 |
commit | b9d4bfaea3209fdcebdba148cb99242c44371c4a (patch) | |
tree | 94c15e93ed1bf712064f225da3db7e33e550869c /Makefile | |
parent | Add tests for SHAKE and RawSHAKE (diff) | |
download | libhashsum-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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\ |