mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
committed by
Konstantin Pastbin
parent
c9cbb64f12
commit
76ffc99abd
9
libs/coding/base64.hpp
Normal file
9
libs/coding/base64.hpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace base64
|
||||
{
|
||||
std::string Encode(std::string_view bytesToEncode);
|
||||
std::string Decode(std::string const & base64CharsToDecode);
|
||||
} // namespace base64
|
||||
Reference in New Issue
Block a user