aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-09-12 20:18:55 +0200
committerMattias Andrée <maandree@kth.se>2024-09-12 20:18:55 +0200
commita17e0d582aaf91c6be55a5adbd5d8d38a09db222 (patch)
tree202a201357907ffd9dc72f586e19a99ac661365c /Makefile
parentm (diff)
downloadlibhashsum-a17e0d582aaf91c6be55a5adbd5d8d38a09db222.tar.gz
libhashsum-a17e0d582aaf91c6be55a5adbd5d8d38a09db222.tar.bz2
libhashsum-a17e0d582aaf91c6be55a5adbd5d8d38a09db222.tar.xz
Add libhashsum_init_keccak_hasher2
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e0415b1..b1da346 100644
--- a/Makefile
+++ b/Makefile
@@ -50,6 +50,7 @@ OBJ_PUBLIC =\
libhashsum_init_keccak_384_hasher.o\
libhashsum_init_keccak_512_hasher.o\
libhashsum_init_keccak_hasher.o\
+ libhashsum_init_keccak_hasher2.o\
libhashsum_init_sha3_224_hasher.o\
libhashsum_init_sha3_256_hasher.o\
libhashsum_init_sha3_384_hasher.o\