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

Make hash( <number|float> ), as in the README, actually work #2

Closed o0101 closed 7 years ago

o0101 commented 7 years ago

Probably need to detect if message is not a string, but a number of float, and then pass it in specially.

o0101 commented 7 years ago

Done