aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-12-24 13:04:08 +0100
committerMattias Andrée <maandree@kth.se>2021-12-24 13:06:41 +0100
commit5015eda8cad1d470dfa4e1f12464f4bcd6634b03 (patch)
tree85792774116d66606c4785fdabb4031a1037c895 /Makefile
parentFix libkeccak_state_copy (diff)
downloadlibkeccak-5015eda8cad1d470dfa4e1f12464f4bcd6634b03.tar.gz
libkeccak-5015eda8cad1d470dfa4e1f12464f4bcd6634b03.tar.bz2
libkeccak-5015eda8cad1d470dfa4e1f12464f4bcd6634b03.tar.xz
Add libkeccak_zerocopy_{update,digest} and in libkeccak_generalised_sum_fd (requires man pages)
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 299c2e7..ed35ab5 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,8 @@ OBJ =\
libkeccak_state_wipe.o\
libkeccak_state_wipe_message.o\
libkeccak_state_wipe_sponge.o\
- libkeccak_unhex.o
+ libkeccak_unhex.o\
+ libkeccak_zerocopy_chunksize.o
HDR =\
libkeccak.h\