Android-cuttlefish cvd tool
Namespaces | Functions
base64.h File Reference
#include <stddef.h>
#include <stdint.h>
#include <string>
#include <string_view>
#include <vector>
#include "cuttlefish/result/result_type.h"
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

Result< std::string > cuttlefish::EncodeBase64 (const void *data, size_t size)
 
Result< std::string > cuttlefish::EncodeBase64 (std::string_view data)
 
Result< std::vector< uint8_t > > cuttlefish::DecodeBase64 (std::string_view data)