aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-09-15 13:21:09 +0200
committerMattias Andrée <maandree@kth.se>2024-09-15 13:21:09 +0200
commit1f9e94880486a44ed95f8d84a6dc02aa9351bd51 (patch)
tree5e8c4bb300cfea9f213760974b219ccff17a439c /Makefile
parentOptimisation for w=8,16,32 (diff)
downloadlibkeccak-1f9e94880486a44ed95f8d84a6dc02aa9351bd51.tar.gz
libkeccak-1f9e94880486a44ed95f8d84a6dc02aa9351bd51.tar.bz2
libkeccak-1f9e94880486a44ed95f8d84a6dc02aa9351bd51.tar.xz
m + split out implemenation for w=8,16,32,64HEADmaster
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1897ce4..7ddc174 100644
--- a/Makefile
+++ b/Makefile
@@ -150,6 +150,8 @@ MAN7 =\
all: libkeccak.a libkeccak.$(LIBEXT) test benchmark
$(OBJ): $(HDR)
+digest.o: 1600.c 800.c 400.c 200.c
+
.c.o:
$(CC) -fPIC -c -o $@ $< $(CFLAGS) $(CPPFLAGS)