A simple library to support serving https.

Dependents:   oldheating gps motorhome heating

pki/pri-key.h

Committer:
andrewboyson
Date:
2019-07-25
Revision:
0:be515c9019e3
Child:
2:82268409e83f

File content as of revision 0:be515c9019e3:

#include <stdbool.h>

extern void PriKeyDecryptStart   (char* message, char* result);
extern bool PriKeyDecryptFinished(void);
extern void PriKeyInit           (void);