A simple library to support serving https.

Dependents:   oldheating gps motorhome heating

Revision:
12:2c342345b3db
Child:
14:03a0b8fd6ddc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rsa/rsa.c	Thu Sep 26 07:19:09 2019 +0000
@@ -0,0 +1,13 @@
+#include "rsa.h"
+
+void RsaInit()
+{
+    RsaSlowInit();
+    RsaFastInit();
+}
+
+void RsaMain()
+{
+    RsaSlowMain();
+    RsaFastMain();
+}
\ No newline at end of file