diff options
author | Mattias Andrée <maandree@kth.se> | 2024-09-01 09:56:49 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-09-01 09:56:49 +0200 |
commit | 5caa621d9e0c3fc3893b0b94efe1503fcd6a5c88 (patch) | |
tree | 8494e1940f082441a06ad35e55d6e874d9855001 /Makefile | |
parent | More testing (diff) | |
download | libhashsum-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-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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\ |