A simple library to support serving https.

Dependents:   oldheating gps motorhome heating

Revision:
12:2c342345b3db
Parent:
10:e269fd7b9500
--- a/crypto.c	Tue Sep 24 18:14:33 2019 +0000
+++ b/crypto.c	Thu Sep 26 07:19:09 2019 +0000
@@ -6,13 +6,13 @@
 
 void CryptoInit()
 {
-    RsaSlowInit();
+        RsaInit();
         TlsInit();
      SerCerInit();
      PriKeyInit();
 }
 void CryptoMain()
 {
-    RsaSlowMain();
+        RsaMain();
         TlsMain();
 }
\ No newline at end of file