From 526a96f0b6eb60899a1eaa2b281b2728980c5ee0 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 3 Sep 2015 14:19:46 +0000 Subject: -add benchmark for RSA crypto --- src/util/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/util/Makefile.am') diff --git a/src/util/Makefile.am b/src/util/Makefile.am index ca3a361aad..90a0717ab4 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -248,6 +248,7 @@ libgnunet_plugin_test_la_LDFLAGS = \ if HAVE_BENCHMARKS BENCHMARKS = \ perf_crypto_hash \ + perf_crypto_rsa \ perf_crypto_paillier \ perf_crypto_symmetric \ perf_crypto_asymmetric \ @@ -626,6 +627,11 @@ perf_crypto_hash_SOURCES = \ perf_crypto_hash_LDADD = \ libgnunetutil.la +perf_crypto_rsa_SOURCES = \ + perf_crypto_rsa.c +perf_crypto_rsa_LDADD = \ + libgnunetutil.la + perf_crypto_symmetric_SOURCES = \ perf_crypto_symmetric.c perf_crypto_symmetric_LDADD = \ -- cgit v1.2.3-18-g5258