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

why did I use parseInt #4

Closed tjwebb closed 9 years ago

tjwebb commented 9 years ago

I wonder why I used parseInt here but nowhere else: https://github.com/tjwebb/fnv-plus/blob/master/index.js#L20

mistake?