summaryrefslogtreecommitdiff
path: root/src/utils/base64.hpp
blob: 1dd4a4d4413efada4625d432e16ae1f608307c80 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include "biboumi.h"

#include <string>

namespace base64
{
std::string encode(const std::string& input);
}