I am trying to implement FNV hash from http://isthe.com/chongo/tech/comp/fnv/ I converted the PowerBasic\'s inline asm on that page into Delphi.
I have a HTTP connector in my iPhone project and queries must have a parameter set from the username using the Fowler–Noll–Vo (FNV) Hash.
I\'m using Impala 3.2.0, and when I run fnv_hash(), I can\'t seem to be able to match the value with the fnv 开发者_JS百科hash I get using Python, may I know why?