Respected Users.
I am implementing a kind of hash table in my simulations. I have a message which contains (Timestamp, Random Number, and Location (x,y)) information. Now i need to calculate H(Timestamp||Random Number||Location).
I have no idea how to do that and need some starting point and help in this regard. Any help will be most appreciated.