CKeyGen
This commit is contained in:
11
src/core/KeyGen.h
Normal file
11
src/core/KeyGen.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
class CKeyGen
|
||||
{
|
||||
static uint32 keyTable[256];
|
||||
public:
|
||||
static uint32 GetKey(const char *str, int size);
|
||||
static uint32 GetKey(const char *str);
|
||||
static uint32 GetUppercaseKey(const char *str);
|
||||
static uint32 AppendStringToKey(uint32 key, const char *str);
|
||||
};
|
||||
Reference in New Issue
Block a user