|
unsafe void | ComputeHash (string salt) |
|
unsafe bool | TestHash (string hash, string salt) |
|
bool | TestHash (uint h0, uint h1, uint h2, uint h3, string salt) |
|
Definition at line 13 of file MyKeyHasher.cs.
unsafe void VRage.Input.MyKeyHasher.ComputeHash |
( |
string |
salt | ) |
|
|
inline |
unsafe bool VRage.Input.MyKeyHasher.TestHash |
( |
string |
hash, |
|
|
string |
salt |
|
) |
| |
|
inline |
bool VRage.Input.MyKeyHasher.TestHash |
( |
uint |
h0, |
|
|
uint |
h1, |
|
|
uint |
h2, |
|
|
uint |
h3, |
|
|
string |
salt |
|
) |
| |
|
inline |
List<MyKeys> VRage.Input.MyKeyHasher.Keys = new List<MyKeys>(10) |
The documentation for this class was generated from the following file: