3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/crypto/hash/HashType.h"
10namespace mce {
class UUID; }
13namespace Crypto::Hash {
16MCAPI ::mce::UUID generateUUID(
void const* in, uint size, ::Crypto::Hash::HashType type);
18MCAPI ::std::string hash(::Crypto::Hash::HashType type, ::std::string
const& in);
20MCAPI ::std::string hash(::Crypto::Hash::HashType type,
void const* in, uint size);