A simple library to support serving https.

Dependents:   oldheating gps motorhome heating

Revision:
0:be515c9019e3
Child:
2:82268409e83f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pki/pri-key.h	Thu Jul 25 21:16:24 2019 +0000
@@ -0,0 +1,5 @@
+#include <stdbool.h>
+
+extern void PriKeyDecryptStart   (char* message, char* result);
+extern bool PriKeyDecryptFinished(void);
+extern void PriKeyInit           (void);
\ No newline at end of file