Add fnv1-a hash to Hash
authorSubodh Iyengar <subodh@fb.com>
Sun, 23 Jul 2017 18:15:06 +0000 (11:15 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Sun, 23 Jul 2017 18:24:16 +0000 (11:24 -0700)
commitb3698ed449d35f1c70a9671cf26c13d0e41e9f89
tree80c4e8200a111e08626a50a9b887363b7b945ad6
parent5d8920df0889fc4d720ed7ac6e19dbcc231701e5
Add fnv1-a hash to Hash

Summary:
Add fnv1-a 64 bit hash to Hash.h.
fnv1-a is supposed to be preferred over
fnv1.

Reviewed By: yfeldblum

Differential Revision: D5453401

fbshipit-source-id: c13f12ef11eb6745c95f3901b14ceafce90ea0ea
folly/Hash.h
folly/test/HashTest.cpp