dosyago / floppsy

:baby_chick: floppsy - SMHasher-passing 200Mb/s hash using floating-point ops
https://88e9g.csb.app/
MIT License
12 stars 3 forks source link

method signature is weird #5

Closed o0101 closed 7 years ago

o0101 commented 7 years ago
hash("asdsada") // ok
hash([1,2,3,4.3432,5]) // ok
hash(["a","b","c"]) // NOT OK

I think array of chars ought to work...But it works to clarify this, and apply any fixes.