Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- hash = FNV_offset_basis
- for each octet_of_data to be hashed
- hash = hash × FNV_prime
- hash = hash XOR octet_of_data
- return hash
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement