3.3.7
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#ifndef CORE_BASE64_H_
|
||||
#define CORE_BASE64_H_
|
||||
|
||||
class base64 {
|
||||
public:
|
||||
static String encode(const uint8_t *data, size_t length);
|
||||
static String encode(const String &text);
|
||||
|
||||
private:
|
||||
};
|
||||
|
||||
#endif /* CORE_BASE64_H_ */
|
||||
Reference in New Issue
Block a user