tjwebb / fnv-plus

Javascript FNV-1a Hash Algorithm (up to 1024 bit) implementation. Based on:
http://tools.ietf.org/html/draft-eastlake-fnv-06
85 stars 13 forks source link

question: compare vs two uint64s #12

Open shaunc opened 5 years ago

shaunc commented 5 years ago

Thanks for the package!

I have a hash I want to check in a flatbuffers buffer, which has been encoded from fnv-1a/128 in two uint64s. Can I get the hash out from fav-plus in a way that facilitates comparison? (e.g. a Uint32Array?)