Trying to put FNV64 converter from C# to Python, but stuck when multiplying ulong/int
I am trying to put code from C# to Python. I multiply long numbers with ulong in C# and it gives me not same result as in python. Python probably give me straight result, but in C# it’s different