add lfcrypto, base64
This commit is contained in:
9
include/lfcrypto.h
Normal file
9
include/lfcrypto.h
Normal file
@ -0,0 +1,9 @@
|
||||
#ifndef LIBFLINT_CRYPTO_H
|
||||
#define LIBFLINT_CRYPTO_H
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
char *b64_encode(const unsigned char *s, size_t sz);
|
||||
unsigned char *b64_decode(const char *s, size_t sz, size_t *decode_sz);
|
||||
|
||||
#endif // LIBFLINT_CRYPTO_H
|
Reference in New Issue
Block a user