diff options
author | Mattias Andrée <maandree@kth.se> | 2021-12-24 13:04:08 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-12-24 13:06:41 +0100 |
commit | 5015eda8cad1d470dfa4e1f12464f4bcd6634b03 (patch) | |
tree | 85792774116d66606c4785fdabb4031a1037c895 /Makefile | |
parent | Fix libkeccak_state_copy (diff) | |
download | libkeccak-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 '')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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\ |