A simple library to support serving https.

Dependents:   oldheating gps motorhome heating

Revision:
12:2c342345b3db
Parent:
10:e269fd7b9500
diff -r 72b30622cacb -r 2c342345b3db rsa/rsa-slow.c
--- a/rsa/rsa-slow.c	Tue Sep 24 18:14:33 2019 +0000
+++ b/rsa/rsa-slow.c	Thu Sep 26 07:19:09 2019 +0000
@@ -66,7 +66,7 @@
     
     //Start the calculation
 found:
-    BnModExpStart1024(m[slot], e[slot], n[slot], r[slot], message, exponent, modulus);
+    BnModExpStart1024(m[slot], e[slot], n[slot], r[slot], 1024, message, exponent, modulus);
     status[slot] = STATUS_STARTED;
     return slot;
 }