From 0b02792660db30e3f2251c0a03c2bb6ed80306ef Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 19 May 2026 17:59:06 +0200 Subject: Make it possible to select which functions to implement MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- mk/support-blake2s=yes.mk | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mk/support-blake2s=yes.mk (limited to 'mk/support-blake2s=yes.mk') diff --git a/mk/support-blake2s=yes.mk b/mk/support-blake2s=yes.mk new file mode 100644 index 0000000..57406e2 --- /dev/null +++ b/mk/support-blake2s=yes.mk @@ -0,0 +1,12 @@ +CPPFLAGS_BLAKE2S = -DSUPPORT_BLAKE2S + +OBJ_BLAKE2S_2XS =\ + libblake_blake2s_digest.o\ + libblake_blake2s_digest_get_required_input_size.o\ + libblake_blake2s_update.o\ + libblake_blake2s_force_update.o\ + libblake_internal_blake2s_compress.o\ + libblake_internal_blake2s_output_digest.o + +OBJ_BLAKE2S =\ + libblake_blake2s_init.o -- cgit v1.3.1