Пример #1
0
 public int GetLocationHash2(byte[] locationBytes)
 {
     return((int)NiaHash.Hash32(locationBytes));
 }
Пример #2
0
 public int GetLocationHash1(byte[] locationBytes, byte[] serializedTicket)
 {
     return((int)NiaHash.Hash32Salt(locationBytes, NiaHash.Hash32(serializedTicket)));
 }