ecrecover/include/base64.h
2019-08-02 15:55:46 +02:00

8 lines
133 B
C

#if !defined __AE__BASE64_H
#define __AE__BASE64_H
char *bin2hex(unsigned char*, int);
unsigned char *hex2bin(const char*);
#endif