aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-02-27 18:27:08 +0100
committerMattias Andrée <maandree@kth.se>2022-02-27 18:27:08 +0100
commitac2a6719f074fa43d79b31a3994549f2af55efd6 (patch)
tree5b64a6d135fef440bc48af89d846acf1b7937ebc /Makefile
parentm (diff)
downloadlibkeccak-ac2a6719f074fa43d79b31a3994549f2af55efd6.tar.gz
libkeccak-ac2a6719f074fa43d79b31a3994549f2af55efd6.tar.bz2
libkeccak-ac2a6719f074fa43d79b31a3994549f2af55efd6.tar.xz
Add cSHAKE
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c2a3ef3..0bb5353 100644
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,8 @@ OBJ =\
digest.o\
libkeccak_behex_lower.o\
libkeccak_behex_upper.o\
+ libkeccak_cshake_initialise.o\
+ libkeccak_cshake_suffix.o\
libkeccak_degeneralise_spec.o\
libkeccak_generalised_spec_initialise.o\
libkeccak_generalised_sum_fd.o\
@@ -73,6 +75,8 @@ HDR =\
MAN3 =\
libkeccak_behex_lower.3\
libkeccak_behex_upper.3\
+ libkeccak_cshake_initialise.3\
+ libkeccak_cshake_suffix.3\
libkeccak_degeneralise_spec.3\
libkeccak_digest.3\
libkeccak_fast_digest.3\
@@ -103,6 +107,7 @@ MAN3 =\
libkeccak_shakesum_fd.3\
libkeccak_simple_squeeze.3\
libkeccak_spec_check.3\
+ libkeccak_spec_cshake.3\
libkeccak_spec_rawshake.3\
libkeccak_spec_sha3.3\
libkeccak_spec_shake.3\