MeshLib
 
Loading...
Searching...
No Matches
MRBase64.h File Reference
#include "MRMeshFwd.h"
#include <cstdint>
#include <string>
#include <vector>

Go to the source code of this file.

Namespaces

namespace  MR
 

Functions

MRMESH_API std::string MR::encode64 (const std::uint8_t *data, size_t size)
 encodes binary data into textual Base64 format
 
MRMESH_API std::vector< std::uint8_t > MR::decode64 (const std::string &val)
 decodes Base64 format into binary data