From ac2a6719f074fa43d79b31a3994549f2af55efd6 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 27 Feb 2022 18:27:08 +0100 Subject: Add cSHAKE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') 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\ -- cgit v1.2.3-70-g09d2