COROIO
Loading...
Searching...
No Matches
utils.hpp
1
#pragma once
2
3
#include <string>
4
5
namespace
NNet {
6
7
namespace
NUtils {
8
9
std::string Base64Encode(
const
unsigned
char
* data,
size_t
dataLen);
10
void
SHA1Digest(
const
unsigned
char
* data,
size_t
dataLen,
unsigned
char
* output);
11
12
}
// namespace NUtils
13
14
}
// namespace NNet
coroio
ws
utils.hpp
Generated by
1.9.8