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-blake2b=yes.mk | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mk/support-blake2b=yes.mk (limited to 'mk/support-blake2b=yes.mk') diff --git a/mk/support-blake2b=yes.mk b/mk/support-blake2b=yes.mk new file mode 100644 index 0000000..f7dee6a --- /dev/null +++ b/mk/support-blake2b=yes.mk @@ -0,0 +1,12 @@ +CPPFLAGS_BLAKE2B = -DSUPPORT_BLAKE2B + +OBJ_BLAKE2B_2XB =\ + libblake_blake2b_digest.o\ + libblake_blake2b_digest_get_required_input_size.o\ + libblake_blake2b_update.o\ + libblake_blake2b_force_update.o\ + libblake_internal_blake2b_compress.o\ + libblake_internal_blake2b_output_digest.o + +OBJ_BLAKE2B =\ + libblake_blake2b_init.o -- cgit v1.3.1