ppsspp/ext/native/data/base64.h
2018-06-07 14:11:52 -07:00

6 lines
88 B
C++

#pragma once
#include <string>
std::string Base64Encode(const uint8_t *p, size_t sz);