mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Move sha1.hpp and base64.hpp to util/
This commit is contained in:
parent
aa31e3c7f3
commit
3998a1f8f9
11 changed files with 9 additions and 9 deletions
10
src/base64.h
10
src/base64.h
|
@ -1,10 +0,0 @@
|
|||
#ifndef BASE64_HEADER
|
||||
#define BASE64_HEADER
|
||||
|
||||
#include <string>
|
||||
|
||||
bool base64_is_valid(std::string const& s);
|
||||
std::string base64_encode(unsigned char const* , unsigned int len);
|
||||
std::string base64_decode(std::string const& s);
|
||||
|
||||
#endif // BASE64_HEADER
|
Loading…
Add table
Add a link
Reference in a new issue