This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
cuiyiming-feature-extract-p…/entry/include/base64.h

2 lines
181 B
C
Raw Normal View History

2020-05-10 00:33:12 +08:00
unsigned int b64_encode(const unsigned char* in, unsigned int in_len, unsigned char* out);
unsigned int b64_decode(const unsigned char* in, unsigned int in_len, unsigned char* out);