You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Seems metro hash 64 implemented by you giving different hash results relating the metro hash C++ toolkit and python metro hash which was used in python2 .
I need to create automation in python 3 (in python 2 it is working with original metro hash python toolkit and the value was the right one)
How it is possible that same string results in 2 different values between toolkits?
I have checked
pyhash.metrohash_64 vs metrohash64 (of python2) vs your, 3 different values on hashing "/sbin/launchd" string
:-)
Is metrohash hashing algrorithm is a standard or everyone implement it as he/she wants?