Android-cuttlefish cvd tool
Namespaces | Functions
base64.h File Reference
#include <cstddef>
#include <cstdint>
#include <string>
#include <vector>
Include dependency graph for base64.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  cuttlefish
 

Functions

bool cuttlefish::EncodeBase64 (const void *data, std::size_t size, std::string *out)
 
bool cuttlefish::DecodeBase64 (const std::string &data, std::vector< std::uint8_t > *buffer)