Skip to content

ashraful-islam/FNV1a

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

FNV1a JS Implementation


An implementation of FNV1a following the source: https://www.isthe.com/chongo/tech/comp/fnv/index.html

How To


The function FNV1a takes two arguments

  1. str: an string to be hashed
  2. size: an string indicating size (valid inputs: '32bit', '64bit', '128bit')

TODO


  • start with basic implementation
  • make the function self-contained
  • add some tests
  • convert to an usable npm package (may be)

About

a tiny implementation of FNV1a

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published