Space Engineers
Public Member Functions | Public Attributes | List of all members
VRage.Input.MyKeyHasher Class Reference

Public Member Functions

unsafe void ComputeHash (string salt)
 
unsafe bool TestHash (string hash, string salt)
 
bool TestHash (uint h0, uint h1, uint h2, uint h3, string salt)
 

Public Attributes

List< MyKeysKeys = new List<MyKeys>(10)
 
Md5.Hash Hash = new Md5.Hash()
 

Detailed Description

Definition at line 13 of file MyKeyHasher.cs.

Member Function Documentation

unsafe void VRage.Input.MyKeyHasher.ComputeHash ( string  salt)
inline

Definition at line 21 of file MyKeyHasher.cs.

unsafe bool VRage.Input.MyKeyHasher.TestHash ( string  hash,
string  salt 
)
inline

Definition at line 49 of file MyKeyHasher.cs.

bool VRage.Input.MyKeyHasher.TestHash ( uint  h0,
uint  h1,
uint  h2,
uint  h3,
string  salt 
)
inline

Definition at line 59 of file MyKeyHasher.cs.

Member Data Documentation

Md5.Hash VRage.Input.MyKeyHasher.Hash = new Md5.Hash()

Definition at line 16 of file MyKeyHasher.cs.

List<MyKeys> VRage.Input.MyKeyHasher.Keys = new List<MyKeys>(10)

Definition at line 15 of file MyKeyHasher.cs.


The documentation for this class was generated from the following file: