Exemple #1
0
 public void CalculateHash(string text, uint hash)
 {
     Assert.Equal(hash, Idx1.GetHash(text));
 }