Initial commit
This commit is contained in:
12
Minecraft.World/Hasher.h
Normal file
12
Minecraft.World/Hasher.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
using namespace std;
|
||||
|
||||
class Hasher
|
||||
{
|
||||
private:
|
||||
wstring salt;
|
||||
|
||||
public:
|
||||
Hasher(wstring &salt);
|
||||
wstring getHash(wstring &name);
|
||||
};
|
||||
Reference in New Issue
Block a user