Open GoogleCodeExporter opened 8 years ago
To get the bye[] from string I used the following code:
public static int GetHash(string uniqueString)
{
byte[] input = Encoding.GetBytes(uniqueString);
using (var stream = new MemoryStream(input))
return Hash(stream);
}
Original comment by humphrey...@gmail.com
on 16 Dec 2015 at 11:59
Original issue reported on code.google.com by
humphrey...@gmail.com
on 16 Dec 2015 at 11:58