1#ifndef LIPH_ENCODING_BASE64_H_
2#define LIPH_ENCODING_BASE64_H_
10 static std::string
encode(std::string_view sv);
11 static std::string
decode(std::string_view sv);
Definition: algorithm.h:10
static std::string encode(std::string_view sv)
Definition: base64.cpp:25
static std::string decode(std::string_view sv)
Definition: base64.cpp:40