Skylicht Engine
Toggle main menu visibility
Loading...
Searching...
No Matches
HttpRequest
CMD5.h
1
#pragma once
2
3
#include <string>
4
5
namespace
Skylicht
6
{
7
namespace
Network
8
{
9
class
CMD5
10
{
11
public
:
12
static
std::string calc(
const
char
* file);
13
14
static
std::string calc(
unsigned
char
* buffer,
int
size);
15
};
16
}
17
}
Skylicht::Network::CMD5
Definition
CMD5.h:10
Skylicht
Everything in the Skylicht Engine. You can start by looking at the topics.
Definition
AudioDebugLog.h:29
Generated by
1.17.0