gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: also benchmark 4096


From: gnunet
Subject: [gnunet] branch master updated: also benchmark 4096
Date: Thu, 13 Jan 2022 13:35:54 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 004c81e6a also benchmark 4096
004c81e6a is described below

commit 004c81e6a357baac6f3092710f0e866d0ea90881
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Jan 13 13:35:51 2022 +0100

    also benchmark 4096
---
 src/util/perf_crypto_rsa.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/perf_crypto_rsa.c b/src/util/perf_crypto_rsa.c
index a3e041bdf..3806fe43d 100644
--- a/src/util/perf_crypto_rsa.c
+++ b/src/util/perf_crypto_rsa.c
@@ -204,7 +204,7 @@ main (int argc, char *argv[])
   eval (1024);
   eval (2048);
   eval (3072);
-  /* eval (4096); */
+  eval (4096); 
   return 0;
 }
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]