[Cryptech-Commits] [sw/libhal] 52/58: Change default to use software modexp until we sort out performance issues in ModExp core.

git at cryptech.is git at cryptech.is
Tue Jul 7 18:25:36 UTC 2015


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

sra at hactrn.net pushed a commit to branch master
in repository sw/libhal.

commit e80f25d31235628f2d9cfb410d48bcc83b4487d5
Author: Rob Austein <sra at hactrn.net>
Date:   Wed Jul 1 19:12:13 2015 -0400

    Change default to use software modexp until we sort out performance
    issues in ModExp core.
---
 rsa.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rsa.c b/rsa.c
index 704ee54..b05dec7 100644
--- a/rsa.c
+++ b/rsa.c
@@ -55,7 +55,7 @@
  */
 
 #ifndef HAL_RSA_USE_MODEXP
-#define HAL_RSA_USE_MODEXP 1
+#define HAL_RSA_USE_MODEXP 0
 #endif
 
 /*



More information about the Commits mailing list