16.02.2012, 03:54
I have found some very good hashing functions for c++ (murmerhash3 being the best of the ones i have tried). But struggling to find a low collision hash function for PAWN. Must be string to int.
I want to play around with some code i have, to see if i can make it faster by comparing ints instead of strings. I don't know the first thing about cryptography so can't make my own
Any help would be very much appreciated.
I want to play around with some code i have, to see if i can make it faster by comparing ints instead of strings. I don't know the first thing about cryptography so can't make my own
Any help would be very much appreciated.