A simple library to support serving https.

Dependents:   oldheating gps motorhome heating

pki/base64.h

Committer:
andrewboyson
Date:
2020-04-01
Revision:
24:cb43290fc439
Parent:
0:be515c9019e3

File content as of revision 24:cb43290fc439:

#include <stdio.h>

extern char (*Base64ReadNextCharFunctionPointer)(void);
extern int    Base64ReadByte(void);
extern int    Base64SkipLine(void);